From 43f13e4ad7b5fb5606d6cf4a902b2ccf9c67277c Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Mon, 6 Jun 2011 05:25:20 +0000 Subject: imx27lite: 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 --- include/configs/imx27lite-common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/configs/imx27lite-common.h b/include/configs/imx27lite-common.h index bc1fa00..8d93277 100644 --- a/include/configs/imx27lite-common.h +++ b/include/configs/imx27lite-common.h @@ -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 -- cgit v1.1