Skip to content
Snippets Groups Projects
Commit 22a9ea97 authored by Stefano Babic's avatar Stefano Babic Committed by Albert ARIBAUD
Browse files

MX31: QONG: drop config.mk


Remove obsolete config.mk from QONG board.

Signed-off-by: default avatarStefano Babic <sbabic@denx.de>
parent 154f5348
No related branches found
No related tags found
No related merge requests found
CONFIG_SYS_TEXT_BASE = 0xa0000000
# PLATFORM_CPPFLAGS += -DDEBUG
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <asm/arch/imx-regs.h> #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_ARM1136 1 /* This is an arm1136 CPU core */
#define CONFIG_MX31 1 /* in a mx31 */ #define CONFIG_MX31 1 /* in a mx31 */
#define CONFIG_QONG 1 #define CONFIG_QONG 1
...@@ -34,6 +34,8 @@ ...@@ -34,6 +34,8 @@
#define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_CPUINFO
#define CONFIG_DISPLAY_BOARDINFO #define CONFIG_DISPLAY_BOARDINFO
#define CONFIG_SYS_TEXT_BASE 0xa0000000
#define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */ #define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */
#define CONFIG_SETUP_MEMORY_TAGS 1 #define CONFIG_SETUP_MEMORY_TAGS 1
#define CONFIG_INITRD_TAG 1 #define CONFIG_INITRD_TAG 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment