]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/pcm030.h
common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option
[people/ms/u-boot.git] / include / configs / pcm030.h
index 4ea617a9d4c9aaea032f8f694d80f886adea7172..80d5d6c858eb99c98d42dc1003b0714719dcff26 100644 (file)
@@ -15,7 +15,6 @@
 #define __CONFIG_H
 
 #define CONFIG_BOARDINFO        "phyCORE-MPC5200B-tiny"
-#define CONFIG_SYS_GENERIC_BOARD
 
 /*-----------------------------------------------------------------------------
 High Level Configuration Options
@@ -52,11 +51,8 @@ Serial console configuration
  * Command line configuration.
  */
 #define CONFIG_CMD_DATE
-#define CONFIG_CMD_DHCP
 #define CONFIG_CMD_EEPROM
-#define CONFIG_CMD_I2C
 #define CONFIG_CMD_JFFS2
-#define CONFIG_CMD_MII
 #define CONFIG_CMD_PCI
 
 #define        CONFIG_TIMESTAMP        1       /* Print image info with timestamp */
@@ -74,12 +70,10 @@ Serial console configuration
 /*-----------------------------------------------------------------------------
 Autobooting
 -----------------------------------------------------------------------------*/
-#define CONFIG_BOOTDELAY       3       /* autoboot after 3 seconds */
 #define CONFIG_ZERO_BOOTDELAY_CHECK    /* allow stopping of boot process */
                                        /* even with bootdelay=0 */
 #undef CONFIG_BOOTARGS
 
-
 #define CONFIG_PREBOOT "echo;" \
        "echo Type \"run bootcmd_net\" to load Kernel over TFTP and to "\
                "mount root filesystem over NFS;" \
@@ -419,9 +413,6 @@ RTC configuration
 #define CONFIG_USB_STORAGE
 
 /* pass open firmware flat tree */
-#define CONFIG_OF_LIBFDT               1
-#define CONFIG_OF_BOARD_SETUP          1
-
 #define OF_CPU                         "PowerPC,5200@0"
 #define OF_TBCLK                       CONFIG_SYS_MPC5XXX_CLKIN
 #define OF_SOC                         "soc5200@f0000000"