disk: convert CONFIG_MAC_PARTITION to Kconfig
[platform/kernel/u-boot.git] / include / configs / cm5200.h
index 99182f4..4ef6cb8 100644 (file)
@@ -8,8 +8,6 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
-#define CONFIG_DISPLAY_BOARDINFO
-
 /*
  * High Level Configuration Options
  */
@@ -35,7 +33,6 @@
 #define CONFIG_PSC_CONSOLE     1       /* console is on PSC1 */
 #define CONFIG_BAUDRATE                57600   /* ... at 57600 bps */
 #define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200, 230400 }
-#define CONFIG_SILENT_CONSOLE  1       /* needed to silence i2c_init() */
 
 /*
  * Ethernet configuration
@@ -64,7 +61,6 @@
 /*
  * Autobooting
  */
-#define CONFIG_BOOTDELAY       5       /* autoboot after 5 seconds */
 #define CONFIG_PREBOOT "echo;" \
        "echo Type \"run net_nfs_fdt\" to mount root filesystem over NFS;" \
        "echo"
  * USB configuration
  */
 #define CONFIG_USB_OHCI                1
-#define CONFIG_USB_STORAGE     1
 #define CONFIG_USB_CLOCK       0x0001BBBB
 #define CONFIG_USB_CONFIG      0x00001000
 /* Partitions (for USB) */
-#define CONFIG_MAC_PARTITION   1
 #define CONFIG_DOS_PARTITION   1
 #define CONFIG_ISO_PARTITION   1