]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
integrator: move text offset to config
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 9 Nov 2011 06:14:20 +0000 (06:14 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 10 Nov 2011 14:26:58 +0000 (15:26 +0100)
Do away with the config.mk file and move the text offset to the
config files to make things easier.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
board/armltd/integrator/config.mk [deleted file]
include/configs/integratorap.h
include/configs/integratorcp.h

diff --git a/board/armltd/integrator/config.mk b/board/armltd/integrator/config.mk
deleted file mode 100644 (file)
index 8b57af1..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#
-# image should be loaded at 0x01000000
-#
-
-CONFIG_SYS_TEXT_BASE = 0x01000000
index 61b87618b3e6195d479d9b95d3f93c23141351b4..a1fdbb8140afa6257ef26365c893de355d0a3f8e 100644 (file)
@@ -37,6 +37,7 @@
  * High Level Configuration Options
  * (easy to change)
  */
+#define CONFIG_SYS_TEXT_BASE           0x01000000
 #define CONFIG_SYS_MEMTEST_START       0x100000
 #define CONFIG_SYS_MEMTEST_END         0x10000000
 #define CONFIG_SYS_HZ                  1000
index 7ae34b71b49754da01e9b5e537632086933e21e5..ccbdf44cdeec8837dc272c219d916fbea2290248 100644 (file)
@@ -37,6 +37,7 @@
  * High Level Configuration Options
  * (easy to change)
  */
+#define CONFIG_SYS_TEXT_BASE           0x01000000
 #define CONFIG_SYS_MEMTEST_START       0x100000
 #define CONFIG_SYS_MEMTEST_END         0x10000000
 #define CONFIG_SYS_HZ                  1000