]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitb8ef6c0b66620bf338d2507e4971eb4628d27a0e
tree06e517b4a0cc20cf3ce6fc76bdcd85fb75b585ea
parent64c9acbe9e8d6f55b83e6409f268aa9aab38db87
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