diff options
author | Wolfgang Denk <wd@denx.de> | 2010-11-13 00:19:55 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-11-13 00:19:55 +0100 |
commit | 227b72515546fca535dbd3274f6d875d97f494fe (patch) | |
tree | 3713c814a7453024eceb097c67532072950e2f2e /include/configs/omap3_beagle.h | |
parent | 34998cac2e6231e04d9c31357dc68047635a44ea (diff) | |
parent | 0fc43a417c4ba5ab63dad6736a18f3bf7008f35f (diff) | |
download | u-boot-imx-227b72515546fca535dbd3274f6d875d97f494fe.zip u-boot-imx-227b72515546fca535dbd3274f6d875d97f494fe.tar.gz u-boot-imx-227b72515546fca535dbd3274f6d875d97f494fe.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-ti
Diffstat (limited to 'include/configs/omap3_beagle.h')
-rw-r--r-- | include/configs/omap3_beagle.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 1c9a007..076dd5a 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -152,6 +152,7 @@ #define CONFIG_SYS_I2C_SLAVE 1 #define CONFIG_SYS_I2C_BUS 0 #define CONFIG_SYS_I2C_BUS_SELECT 1 +#define CONFIG_I2C_MULTI_BUS 1 #define CONFIG_DRIVER_OMAP34XX_I2C 1 /* @@ -345,8 +346,11 @@ extern unsigned int boot_flash_sec; extern unsigned int boot_flash_type; #endif -/* additions for new relocation code, must be added to all boards */ #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 -#define CONFIG_SYS_INIT_SP_ADDR (LOW_LEVEL_SRAM_STACK - GENERATED_GBL_DATA_SIZE) +#define CONFIG_SYS_INIT_RAM_ADDR 0x4020f800 +#define CONFIG_SYS_INIT_RAM_SIZE 0x800 +#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + \ + CONFIG_SYS_INIT_RAM_SIZE - \ + GENERATED_GBL_DATA_SIZE) #endif /* __CONFIG_H */ |