Convert CONFIG_IMX_VIDEO_SKIP et al to Kconfig
[platform/kernel/u-boot.git] / include / configs / lacie_kw.h
index 046f188..828f910 100644 (file)
@@ -9,8 +9,6 @@
 #include "mv-common.h"
 
 /* Remove or override few declarations from mv-common.h */
-#undef CONFIG_SYS_IDE_MAXBUS
-#undef CONFIG_SYS_IDE_MAXDEVICE
 
 /*
  * Enable platform initialisation via misc_init_r() function
 #endif
 
 /*
- * SATA Driver configuration
- */
-
-#ifdef CONFIG_SATA
-#define CONFIG_SYS_64BIT_LBA
-#define CONFIG_LBA48
-#if defined(CONFIG_NETSPACE_MAX_V2) || defined(CONFIG_D2NET_V2) || \
-       defined(CONFIG_NET2BIG_V2)
-#define CONFIG_SYS_SATA_MAX_DEVICE     2
-#else
-#define CONFIG_SYS_SATA_MAX_DEVICE     1
-#endif
-#endif /* CONFIG_SATA */
-
-/*
  * Enable GPI0 support
  */
 
@@ -48,7 +31,7 @@
 #ifdef CONFIG_CMD_I2C
 /* I2C EEPROM HT24LC04 (512B - 32 pages of 16 Bytes) */
 #if defined(CONFIG_NET2BIG_V2)
-#define CONFIG_SYS_I2C_G762_ADDR               0x3e
+#define CFG_SYS_I2C_G762_ADDR          0x3e
 #endif
 #endif /* CONFIG_CMD_I2C */
 
@@ -74,7 +57,6 @@
        "stderr=serial\0"                                       \
        "bootfile=uImage\0"                                     \
        "loadaddr=0x800000\0"                                   \
-       "autoload=no\0"                                         \
        "netconsole="                                           \
                "set stdin $stdin,nc; "                         \
                "set stdout $stdout,nc; "                       \