aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2011-06-09 16:43:26 +0200
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-06-21 22:26:21 +0200
commit22a9ea974bdf18e6adad5c4f80b1c60ef384690c (patch)
treee32e9159a6cd4e191fd0b102673486feff7fe0d9
parent154f53488ecbad21fd81de199943c28e0bb23523 (diff)
MX31: QONG: drop config.mk
Remove obsolete config.mk from QONG board. Signed-off-by: Stefano Babic <sbabic@denx.de>
-rw-r--r--board/davedenx/qong/config.mk3
-rw-r--r--include/configs/qong.h4
2 files changed, 3 insertions, 4 deletions
diff --git a/board/davedenx/qong/config.mk b/board/davedenx/qong/config.mk
deleted file mode 100644
index ea1c1b029..000000000
--- a/board/davedenx/qong/config.mk
+++ /dev/null
@@ -1,3 +0,0 @@
-CONFIG_SYS_TEXT_BASE = 0xa0000000
-
-# PLATFORM_CPPFLAGS += -DDEBUG
diff --git a/include/configs/qong.h b/include/configs/qong.h
index 405c4389e..78b37017e 100644
--- a/include/configs/qong.h
+++ b/include/configs/qong.h
@@ -24,7 +24,7 @@
#include <asm/arch/imx-regs.h>
- /* 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