net: Move the CMD_NET config to defconfigs
[platform/kernel/u-boot.git] / include / configs / ap325rxa.h
index 07ec8a7..573c98f 100644 (file)
@@ -11,8 +11,6 @@
 #define __AP325RXA_H
 
 #undef DEBUG
-#define CONFIG_SH              1
-#define CONFIG_SH4             1
 #define CONFIG_CPU_SH7723      1
 #define CONFIG_AP325RXA        1
 
@@ -20,7 +18,6 @@
 #define CONFIG_CMD_LOADS
 #define CONFIG_CMD_FLASH
 #define CONFIG_CMD_MEMORY
-#define CONFIG_CMD_NET
 #define CONFIG_CMD_PING
 #define CONFIG_CMD_NFS
 #define CONFIG_CMD_SDRAM
@@ -51,7 +48,6 @@
 /* undef to save memory        */
 #define CONFIG_SYS_LONGHELP
 /* Monitor Command Prompt */
-#define CONFIG_SYS_PROMPT              "=> "
 /* Buffer size for input from the Console */
 #define CONFIG_SYS_CBSIZE              256
 /* Buffer size for Console output */
 #define CONFIG_SH_TMU_CLK_FREQ CONFIG_SYS_CLK_FREQ
 #define CONFIG_SH_SCIF_CLK_FREQ CONFIG_SYS_CLK_FREQ
 #define CONFIG_SYS_TMU_CLK_DIV         (4)     /* 4 (default), 16, 64, 256 or 1024 */
-#define CONFIG_SYS_HZ          1000
 
 #endif /* __AP325RXA_H */