]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/secomx6quq7.h
Merge git://www.denx.de/git/u-boot-marvell
[people/ms/u-boot.git] / include / configs / secomx6quq7.h
index 114d1fdb678b5b73d992af759b37a33da0c5ac3b..a5de46ac1c89f9496c9462a68721b29864b0bcea 100644 (file)
@@ -16,8 +16,6 @@
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN          (10 * SZ_1M)
 
-#define CONFIG_BOARD_EARLY_INIT_F
-
 #define CONFIG_MXC_UART
 #define CONFIG_MXC_UART_BASE           UART2_BASE
 
@@ -32,9 +30,6 @@
 #define CONFIG_SYS_FSL_ESDHC_ADDR      0
 
 /* Ethernet Configuration */
-#define CONFIG_CMD_PING
-#define CONFIG_CMD_DHCP
-#define CONFIG_CMD_MII
 #define CONFIG_FEC_MXC
 #define CONFIG_MII
 #define IMX_FEC_BASE                   ENET_BASE_ADDR
        "stdout=serial\0"                                               \
        "stderr=serial\0"
 
-
-/* Miscellaneous configurable options */
-#define CONFIG_SYS_PROMPT              "SECO MX6Q uQ7 U-Boot > "
-
 /* Print Buffer Size */
 #define CONFIG_SYS_PBSIZE              (CONFIG_SYS_CBSIZE +            \
                                         sizeof(CONFIG_SYS_PROMPT) + 16)