X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fmanroland%2Fcommon.h;h=7f3231bd0c66b927c37a2ba2311b87e0c3f0973b;hb=b0cf733933c3bc1b4ab353e16affabc60f863db5;hp=a55b39b4bffb403e9f9a3e8559604f06e96a0800;hpb=3765b3e7bd0f8e46914d417f29cbcb0c72b1acf7;p=people%2Fms%2Fu-boot.git diff --git a/include/configs/manroland/common.h b/include/configs/manroland/common.h index a55b39b4bf..7f3231bd0c 100644 --- a/include/configs/manroland/common.h +++ b/include/configs/manroland/common.h @@ -15,26 +15,14 @@ #define CONFIG_BOARD_EARLY_INIT_R -/* Partitions */ -#define CONFIG_DOS_PARTITION - /* * Command line configuration. */ -#include - #define CONFIG_CMD_DATE #define CONFIG_CMD_DISPLAY -#define CONFIG_CMD_DHCP -#define CONFIG_CMD_PING #define CONFIG_CMD_EEPROM -#define CONFIG_CMD_I2C #define CONFIG_CMD_DTT #define CONFIG_CMD_IDE -#define CONFIG_CMD_FAT -#define CONFIG_CMD_NFS -#define CONFIG_CMD_MII -#define CONFIG_CMD_SNTP /* * 8-symbol LED display (can be accessed with 'display' command) @@ -46,7 +34,6 @@ /* * Autobooting */ -#define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */ #define CONFIG_PREBOOT "echo;" \ "echo Type \\\"run flash_nfs\\\" to mount root filesystem over NFS;" \ @@ -99,7 +86,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #if defined(CONFIG_CMD_KGDB) #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #else @@ -117,10 +103,5 @@ /* * Enable loopw command. */ -#define CONFIG_LOOPW - -/* pass open firmware flat tree */ -#define CONFIG_OF_LIBFDT 1 -#define CONFIG_OF_BOARD_SETUP 1 #endif /* __MANROLAND_COMMON_H */