]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARMV7: OMAP3: IGEP: Rename TEXT_BASE
authorSteve Sakoman <steve@sakoman.com>
Thu, 21 Oct 2010 13:11:53 +0000 (06:11 -0700)
committerSandeep Paulraj <s-paulraj@ti.com>
Thu, 4 Nov 2010 19:26:57 +0000 (15:26 -0400)
Commit 14d0a02a "Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE" missed the
IGEP boards since they were just added.

Signed-off-by: Steve Sakoman <steve.sakoman@linaro.org>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
board/isee/igep0020/config.mk
board/isee/igep0030/config.mk

index b8812f94ab197c1c7ebeb094945e585961c537fc..7964621ac722141a06cf9a41872d3eaaee67fdc5 100644 (file)
@@ -30,4 +30,4 @@
 # (mem base + reserved)
 
 # For use with external or internal boots.
-TEXT_BASE = 0x80008000
+CONFIG_SYS_TEXT_BASE = 0x80008000
index 019f93f20075c33df663df569d957bd32ee551ea..de6384f93cf07c2f33d3b606dec2afe1a6d57900 100644 (file)
@@ -30,4 +30,5 @@
 # (mem base + reserved)
 
 # For use with external or internal boots.
-TEXT_BASE = 0x80008000
+CONFIG_SYS_TEXT_BASE = 0x80008000
+