]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
imx27lite: Remove local config.mk
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 6 Jun 2011 05:25:20 +0000 (05:25 +0000)
committerStefano Babic <sbabic@denx.de>
Tue, 7 Jun 2011 13:06:26 +0000 (15:06 +0200)
Local board config.mk should be avoided.

Place CONFIG_SYS_TEXT_BASE definition into the board config file instead.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
board/logicpd/imx27lite/config.mk [deleted file]
include/configs/imx27lite-common.h

diff --git a/board/logicpd/imx27lite/config.mk b/board/logicpd/imx27lite/config.mk
deleted file mode 100644 (file)
index 018d920..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-# with relocation CONFIG_SYS_TEXT_BASE can be anything, and making it 0
-# makes relative and absolute relocation fixups interchangeable.
-#CONFIG_SYS_TEXT_BASE = 0
-
-CONFIG_SYS_TEXT_BASE = 0xc0000000
index bc1fa00effae99ac5bc2c711294a4aa3bb1b6118..8d93277c22044694626b74cb1c38563ac13c9c08 100644 (file)
@@ -34,6 +34,8 @@
 #define CONFIG_DISPLAY_BOARDINFO
 #define CONFIG_DISPLAY_CPUINFO
 
+#define CONFIG_SYS_TEXT_BASE           0xc0000000
+
 #define CONFIG_CMDLINE_TAG             1       /* enable passing of ATAGs */
 #define CONFIG_SETUP_MEMORY_TAGS       1
 #define CONFIG_INITRD_TAG              1