]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/mcsdk-tools.git/blobdiff - post/evmc6678l/bin/post_i2crom.map.pp
Added EMAC loopback support and updated projects to use resource manager
[keystone-rtos/mcsdk-tools.git] / post / evmc6678l / bin / post_i2crom.map.pp
index 7049ef3866fd7f5272f44ea342f31ee9b8963075..90c81c6d0bd9d6d6e73691a8f92b440e13b665a3 100644 (file)
@@ -18,34 +18,6 @@ section
   exe_file = "post.i2c.ccs"
 }
 
-; The layout statement defines how the resulting I2C image is layed out. The base address
-; of this (given in the dev_addr) statement must be known to the initial IBL program
-; at compile time. The layout block is simple a group of 32 bit i2c addresses, so 
-; the order of the exe_file and pad_file_id statements must be configured so as to
-; match the definition of struct iblI2cMap_t defined in ibl.h.
-layout
-{
-  dev_addr     = 0x420         ; Defined in iblcfg.h
-  dev_addr_ext = 0x50
-  file_align   = 0x80
-
-  exe_file    = ""
-  pad_file_id = 1
-
-
-  exe_file    = ""
-  pad_file_id = 1
-}
-
-; The pad statements simply provide space for the IBL configuration structures. It is valid to
-; have a single configuration structure which is used for both endian values.
-pad
-{
-  pad_file_id  = 1
-  dev_addr     = 0x500
-  dev_addr_ext = 0x50
-  len          = 0x300
-}