]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blobdiff - src/cfg/c6472/iblcfg.h
Updated make to handle single endian and dual endian
[keystone-rtos/ibl.git] / src / cfg / c6472 / iblcfg.h
index 8de95221f9c9d989bf5d0e5298e019fe5f8e8802..26f69d85b8ac6ed2879448236e6cb03277f545cd 100644 (file)
 #define IBL_I2C_OWN_ADDR                10
 #define IBL_I2C_CFG_ADDR_DELAY          0x100       /* Delay between sending the address and reading data */
 
-/* #define IBL_I2C_CFG_EEPROM_BUS_ADDR    0x50 */
 
-#define IBL_I2C_MAP_TABLE_DATA_BUS_ADDR 0x50
-#define IBL_I2C_MAP_TABLE_DATA_ADDR     0x420
+/**
+ *  @brief The default location for the i2c map information can be overridden during make
+ */
+#ifndef IBL_I2C_MAP_TABLE_DATA_BUS_ADDR
+ #define IBL_I2C_MAP_TABLE_DATA_BUS_ADDR 0x50
+#endif
+
+
+#ifndef IBL_I2C_MAP_TABLE_DATA_ADDR
+ #define IBL_I2C_MAP_TABLE_DATA_ADDR     0x420
+#endif