X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fmanroland%2Fcommon.h;h=7f3231bd0c66b927c37a2ba2311b87e0c3f0973b;hb=b0cf733933c3bc1b4ab353e16affabc60f863db5;hp=ab4a4710c783afc205bfbdf6faa58b22dd8900c1;hpb=d44a5f51288aec60c6bdb4ac939d75c24e5bf9c2;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/manroland/common.h b/include/configs/manroland/common.h index ab4a471..7f3231b 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;" \ @@ -116,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 */