]> git.sur5r.net Git - u-boot/blobdiff - include/configs/bubinga.h
Merge branch 'next' of ../custodians into next
[u-boot] / include / configs / bubinga.h
index dcf5b6de05c831cd6ed2658475f12ee991bdc827..159a265d255a0c7c50f7fc339a5c566db8f1a3a4 100644 (file)
  */
 #define CONFIG_SYS_I2C_SPEED           400000  /* I2C speed and slave address  */
 
-#define CONFIG_SYS_I2C_NOPROBES        { 0x69 }        /* avoid iprobe hangup (why?) */
+#define CONFIG_SYS_I2C_NOPROBES        { 0x69 }        /* avoid i2c probe hangup (why?) */
 #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS  6       /* 24C02 requires 5ms delay */
 
 #if defined(CONFIG_CMD_EEPROM)
  * (Set up by the startup code)
  */
 #define CONFIG_SYS_SRAM_BASE           0xFFF00000
+#define CONFIG_SYS_SRAM_SIZE           (256 << 10)
 #define CONFIG_SYS_FLASH_BASE          0xFFF80000
 
 /*-----------------------------------------------------------------------