浏览代码

imx31_litekit: Remove local config.mk

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>
Fabio Estevam 14 年之前
父节点
当前提交
ac88e66e14
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 0 1
      board/logicpd/imx31_litekit/config.mk
  2. 2 0
      include/configs/imx31_litekit.h

+ 0 - 1
board/logicpd/imx31_litekit/config.mk

@@ -1 +0,0 @@
-CONFIG_SYS_TEXT_BASE = 0xa0000000

+ 2 - 0
include/configs/imx31_litekit.h

@@ -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