From 22a9ea974bdf18e6adad5c4f80b1c60ef384690c Mon Sep 17 00:00:00 2001 From: Stefano Babic Date: Thu, 9 Jun 2011 16:43:26 +0200 Subject: MX31: QONG: drop config.mk Remove obsolete config.mk from QONG board. Signed-off-by: Stefano Babic --- include/configs/qong.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/configs') diff --git a/include/configs/qong.h b/include/configs/qong.h index 405c438..78b3701 100644 --- a/include/configs/qong.h +++ b/include/configs/qong.h @@ -24,7 +24,7 @@ #include - /* High Level Configuration Options */ +/* High Level Configuration Options */ #define CONFIG_ARM1136 1 /* This is an arm1136 CPU core */ #define CONFIG_MX31 1 /* in a mx31 */ #define CONFIG_QONG 1 @@ -34,6 +34,8 @@ #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO +#define CONFIG_SYS_TEXT_BASE 0xa0000000 + #define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */ #define CONFIG_SETUP_MEMORY_TAGS 1 #define CONFIG_INITRD_TAG 1 -- cgit v1.1