ARM: omap3_logic: Make CONFIG_SYS_TEXT_BASE match README.omap3
authorAdam Ford <aford173@gmail.com>
Sun, 21 Oct 2018 18:58:39 +0000 (13:58 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 16 Nov 2018 18:34:38 +0000 (13:34 -0500)
commit8cd3f51b4478c5a03dba31178ba3952747abdba3
tree06e517b4a0cc20cf3ce6fc76bdcd85fb75b585ea
parent52ccb2e6d32cc2181666b56a8b61d76e2e9f6522
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>
configs/omap35_logic_defconfig
configs/omap35_logic_somlv_defconfig
configs/omap3_logic_defconfig
configs/omap3_logic_somlv_defconfig