X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fdnp5370.h;h=0a7bc8a08bc12f464cf3ad45183ed2338068747e;hb=89cb2b5f8be4f6d04bd87220aa8f72eb0850edc4;hp=d0e72e3e13447ef36d88f44e450fcfedc702858c;hpb=e2906a5943f6a1a9e0d7ea2c71e605b88ee17ef0;p=u-boot diff --git a/include/configs/dnp5370.h b/include/configs/dnp5370.h index d0e72e3e13..0a7bc8a08b 100644 --- a/include/configs/dnp5370.h +++ b/include/configs/dnp5370.h @@ -1,5 +1,5 @@ /* - * U-boot - Configuration file for SSV DNP5370 board + * U-Boot - Configuration file for SSV DNP5370 board */ #ifndef __CONFIG_DNP5370_H__ @@ -53,8 +53,6 @@ #define CONFIG_PHY_ADDR 0 #define CONFIG_RMII 1 -#define CONFIG_CMD_MII -#define CONFIG_CMD_PING #endif /* @@ -93,7 +91,6 @@ /* * Misc Settings */ -#define CONFIG_CMD_GPIO #define CONFIG_CMD_STRINGS #define CONFIG_MISC_INIT_R #define CONFIG_RTC_BFIN @@ -103,6 +100,7 @@ #define CONFIG_DNP5370_EXT_WD_DISABLE 1 #define CONFIG_UART_CONSOLE 0 +#define CONFIG_BFIN_SERIAL #define CONFIG_BAUDRATE 115200 #define CONFIG_BOOTCOMMAND "bootm 0x20030000" #define CONFIG_BOOTARGS "console=ttyBF0,115200 root=/dev/mtdblock3 rootfstype=ext2" @@ -116,12 +114,4 @@ "cp.b 0x01000000 0x20030000 0x2c0000\0" \ "runme=bootm 0x01000000\0" -/* this sets up the default list of enabled commands */ -#include - -#ifndef CONFIG_BFIN_MAC -# undef CONFIG_CMD_NET -# undef CONFIG_CMD_NFS -#endif - #endif