diff options
author | Adam Ford | 2018-10-21 13:58:39 -0500 |
---|---|---|
committer | Tom Rini | 2018-11-16 13:34:38 -0500 |
commit | 8cd3f51b4478c5a03dba31178ba3952747abdba3 (patch) | |
tree | 06e517b4a0cc20cf3ce6fc76bdcd85fb75b585ea /configs/omap35_logic_somlv_defconfig | |
parent | 52ccb2e6d32cc2181666b56a8b61d76e2e9f6522 (diff) |
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>
Diffstat (limited to 'configs/omap35_logic_somlv_defconfig')
-rw-r--r-- | configs/omap35_logic_somlv_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/omap35_logic_somlv_defconfig b/configs/omap35_logic_somlv_defconfig index f28ca5bcbf3..9badfb72476 100644 --- a/configs/omap35_logic_somlv_defconfig +++ b/configs/omap35_logic_somlv_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_ARCH_OMAP2PLUS=y +CONFIG_SYS_TEXT_BASE=0x80100000 CONFIG_TI_COMMON_CMD_OPTIONS=y # CONFIG_SPL_GPIO_SUPPORT is not set CONFIG_SYS_MALLOC_F_LEN=0x2000 |