X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fconfigs%2Fqong.h;h=22778f8e52bab93fdd6d0628c930fc149eda0567;hb=f37a3043cbbda8e084798a217d6f0c1ebe6e26b0;hp=ee2ff7f0435db594b355d336dee5846708acfc2d;hpb=9cc18042e61275210cf888e5759347eeb2a2e297;p=karo-tx-uboot.git diff --git a/include/configs/qong.h b/include/configs/qong.h index ee2ff7f043..22778f8e52 100644 --- a/include/configs/qong.h +++ b/include/configs/qong.h @@ -12,8 +12,6 @@ #include /* High Level Configuration Options */ -#define CONFIG_ARM1136 /* This is an arm1136 CPU core */ -#define CONFIG_MX31 /* in a mx31 */ #define CONFIG_QONG #define CONFIG_DISPLAY_CPUINFO @@ -112,17 +110,12 @@ /*********************************************************** * Command definition ***********************************************************/ - -#include - #define CONFIG_CMD_CACHE #define CONFIG_CMD_DATE #define CONFIG_CMD_DHCP #define CONFIG_CMD_MII #define CONFIG_CMD_NAND -#define CONFIG_CMD_NET #define CONFIG_CMD_PING -#define CONFIG_CMD_SETEXPR #define CONFIG_CMD_SPI #define CONFIG_CMD_UNZIP @@ -174,7 +167,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */ /* Print Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ @@ -189,8 +181,6 @@ #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR -#define CONFIG_SYS_HZ 1000 - #define CONFIG_CMDLINE_EDITING #define CONFIG_SYS_HUSH_PARSER /* Use the HUSH parser */