net: Move the CMD_NET config to defconfigs
[platform/kernel/u-boot.git] / include / configs / stv0991.h
index 80652a8..888d29c 100644 (file)
 #define CONFIG_SYS_MALLOC_LEN                  (CONFIG_ENV_SIZE + 16 * 1024)
 
 /* serial port (PL011) configuration */
-#define CONFIG_SYS_SERIAL0                     0x80406000
-#define CONFIG_PL011_SERIAL
-#define CONFIG_CONS_INDEX                      0
 #define CONFIG_BAUDRATE                                115200
-#define CONFIG_PL01x_PORTS                     {(void *)CONFIG_SYS_SERIAL0}
-#define CONFIG_PL011_CLOCK                     (2700 * 1000)
+#define CONFIG_PL01X_SERIAL
 
 /* user interface */
 #define CONFIG_SYS_PROMPT                      "STV0991> "
@@ -58,8 +54,6 @@
 
 #define CONFIG_MII
 #define CONFIG_PHYLIB
-#define CONFIG_CMD_NET
-#define CONFIG_DESIGNWARE_ETH
 #define CONFIG_DW_ALTDESCRIPTOR
 #define CONFIG_PHY_MICREL
 
@@ -84,5 +78,7 @@
 #define CONFIG_AUTOBOOT_STOP_STR               " "
 #define CONFIG_AUTOBOOT_PROMPT                 \
        "Hit SPACE in %d seconds to stop autoboot.\n", bootdelay
-
+#define CONFIG_OF_SEPARATE
+#define CONFIG_OF_CONTROL
+#define CONFIG_OF_LIBFDT
 #endif /* __CONFIG_H */