micro: move more config stuff into common.h

This commit is contained in:
Alexander Couzens 2015-03-04 19:59:59 +01:00
parent ed5b09c07a
commit a1c127f9a1
3 changed files with 6 additions and 13 deletions

View File

@ -43,7 +43,6 @@
#include <configs/ar7240_freq.h>
#define CFG_ATHRS26_PHY 1
#define CONFIG_IPADDR 192.168.2.100
@ -60,12 +59,6 @@
#define CFG_AG7100_GE0_RMII 1
#define CFG_BOOTM_LEN (16 << 20) /* 16 MB */
#undef DEBUG
#define CFG_CONSOLE_INFO_QUIET /* don't print console @ startup*/
#define CONFIG_SHOW_BOOT_PROGRESS /* use LEDs to show boot status*/
#define CONFIG_SHOW_ACTIVITY
#define CFG_HUSH_PARSER
#define CFG_PROMPT_HUSH_PS2 "hush>"
#define CONFIG_CARAMBOLA_FACTORY_MODE
#define CFG_C2_IMG_LOAD_ADDR "0x80F00000"

View File

@ -73,6 +73,12 @@
#define CONFIG_COMMANDS (( CONFIG_CMD_DFL | CFG_CMD_PING | CFG_CMD_NET | CFG_CMD_MII))
#endif /* #ifndef COMPRESSED_UBOOT */
#undef DEBUG
#define CFG_CONSOLE_INFO_QUIET /* don't print console @ startup*/
#define CONFIG_SHOW_BOOT_PROGRESS /* use LEDs to show boot status*/
#define CONFIG_SHOW_ACTIVITY
#define CFG_HUSH_PARSER
#define CFG_PROMPT_HUSH_PS2 "hush>"
/* platform specific */
#define ARCH_DMA_MINALIGN 4*1024 // 4kb in datasheet

View File

@ -58,12 +58,6 @@
#define CFG_AG7100_GE0_RMII 1
#define CFG_BOOTM_LEN (16 << 20) /* 16 MB */
#undef DEBUG
#define CFG_CONSOLE_INFO_QUIET /* don't print console @ startup*/
#define CONFIG_SHOW_BOOT_PROGRESS /* use LEDs to show boot status*/
#define CONFIG_SHOW_ACTIVITY
#define CFG_HUSH_PARSER
#define CFG_PROMPT_HUSH_PS2 "hush>"
#define CONFIG_CARAMBOLA_FACTORY_MODE
#define CFG_C2_IMG_LOAD_ADDR "0x80F00000"