Convert CONFIG_HOSTNAME et al to Kconfig
[platform/kernel/u-boot.git] / include / configs / m53menlo.h
index cbdb2fa..189b211 100644 (file)
@@ -21,8 +21,8 @@
 #define PHYS_SDRAM_SIZE                        (gd->ram_size)
 
 #define CFG_SYS_SDRAM_BASE             (PHYS_SDRAM_1)
-#define CONFIG_SYS_INIT_RAM_ADDR       (IRAM_BASE_ADDR)
-#define CONFIG_SYS_INIT_RAM_SIZE       (IRAM_SIZE)
+#define CFG_SYS_INIT_RAM_ADDR  (IRAM_BASE_ADDR)
+#define CFG_SYS_INIT_RAM_SIZE  (IRAM_SIZE)
 
 /*
  * U-Boot general configurations
 #define CONFIG_FEC_MXC_PHYADDR         0x0
 #endif
 
-#define CONFIG_SYS_RTC_BUS_NUM         1 /* I2C2 */
+#define CFG_SYS_RTC_BUS_NUM            1 /* I2C2 */
 
 /*
  * RTC
  */
 #ifdef CONFIG_CMD_DATE
-#define CONFIG_SYS_I2C_RTC_ADDR                0x68
+#define CFG_SYS_I2C_RTC_ADDR           0x68
 #endif
 
 /*
 #endif
 
 /* LVDS display */
-#define CONFIG_SYS_LDB_CLOCK                   33260000
-#define CONFIG_IMX_VIDEO_SKIP
-
-/* IIM Fuses */
-#define CONFIG_FSL_IIM
+#define CFG_SYS_LDB_CLOCK                      33260000
 
 /* Watchdog */
 
 /*
  * Extra Environments
  */
-#define CONFIG_HOSTNAME                "m53menlo"
 
 #define CONFIG_EXTRA_ENV_SETTINGS                                      \
        "consdev=ttymxc0\0"                                             \