浏览代码

ARMV7: OMAP3: IGEP: Rename TEXT_BASE

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>
Steve Sakoman 14 年之前
父节点
当前提交
a711edfae1
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 1 1
      board/isee/igep0020/config.mk
  2. 2 1
      board/isee/igep0030/config.mk

+ 1 - 1
board/isee/igep0020/config.mk

@@ -30,4 +30,4 @@
 # (mem base + reserved)
 
 # For use with external or internal boots.
-TEXT_BASE = 0x80008000
+CONFIG_SYS_TEXT_BASE = 0x80008000

+ 2 - 1
board/isee/igep0030/config.mk

@@ -30,4 +30,5 @@
 # (mem base + reserved)
 
 # For use with external or internal boots.
-TEXT_BASE = 0x80008000
+CONFIG_SYS_TEXT_BASE = 0x80008000
+