Commit 8cd3f51b4478c5a03dba31178ba3952747abdba3

Authored by Adam Ford
Committed by Tom Rini
1 parent 52ccb2e6d3

ARM: omap3_logic: Make CONFIG_SYS_TEXT_BASE match README.omap3

README.omap3 has two options.  For option 1, CONFIG_SYS_TEXT_BASE
is set to 0x80100000.  Option 2 lists 0x80008000.  The existing
value is neither of these, so this patch makes it equivalent to
Option 1.

Signed-off-by: Adam Ford <aford173@gmail.com>

Showing 4 changed files with 4 additions and 0 deletions Side-by-side Diff

configs/omap35_logic_defconfig
1 1 CONFIG_ARM=y
2 2 CONFIG_ARCH_OMAP2PLUS=y
  3 +CONFIG_SYS_TEXT_BASE=0x80100000
3 4 CONFIG_TI_COMMON_CMD_OPTIONS=y
4 5 # CONFIG_SPL_GPIO_SUPPORT is not set
5 6 CONFIG_SYS_MALLOC_F_LEN=0x2000
configs/omap35_logic_somlv_defconfig
1 1 CONFIG_ARM=y
2 2 CONFIG_ARCH_OMAP2PLUS=y
  3 +CONFIG_SYS_TEXT_BASE=0x80100000
3 4 CONFIG_TI_COMMON_CMD_OPTIONS=y
4 5 # CONFIG_SPL_GPIO_SUPPORT is not set
5 6 CONFIG_SYS_MALLOC_F_LEN=0x2000
configs/omap3_logic_defconfig
1 1 CONFIG_ARM=y
2 2 CONFIG_ARCH_OMAP2PLUS=y
  3 +CONFIG_SYS_TEXT_BASE=0x80100000
3 4 CONFIG_TI_COMMON_CMD_OPTIONS=y
4 5 # CONFIG_SPL_GPIO_SUPPORT is not set
5 6 CONFIG_SYS_MALLOC_F_LEN=0x2000
configs/omap3_logic_somlv_defconfig
1 1 CONFIG_ARM=y
2 2 CONFIG_ARCH_OMAP2PLUS=y
  3 +CONFIG_SYS_TEXT_BASE=0x80100000
3 4 CONFIG_TI_COMMON_CMD_OPTIONS=y
4 5 # CONFIG_SPL_GPIO_SUPPORT is not set
5 6 CONFIG_SYS_MALLOC_F_LEN=0x2000