]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
imx31_litekit: Remove local config.mk
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 6 Jun 2011 03:13:36 +0000 (03:13 +0000)
committerStefano Babic <sbabic@denx.de>
Tue, 7 Jun 2011 13:04:33 +0000 (15:04 +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>
Acked-by: Stefano Babic <sbabic@denx.de>
board/logicpd/imx31_litekit/config.mk [deleted file]
include/configs/imx31_litekit.h

diff --git a/board/logicpd/imx31_litekit/config.mk b/board/logicpd/imx31_litekit/config.mk
deleted file mode 100644 (file)
index a7887ba..0000000
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_SYS_TEXT_BASE = 0xa0000000
index 7ee7076f9366ce5a6e7e85baa9075c460d2a5e38..1131db0a50c6e275228c1080f39ebdb57c95dccf 100644 (file)
@@ -39,6 +39,8 @@
 #define CONFIG_DISPLAY_CPUINFO
 #define CONFIG_DISPLAY_BOARDINFO
 
+#define CONFIG_SYS_TEXT_BASE   0xa0000000
+
 /* Temporarily disabled */
 #if 0
 #define CONFIG_OF_LIBFDT               1