Convert CONFIG_DM9000_BYTE_SWAPPED et al to Kconfig
[platform/kernel/u-boot.git] / include / configs / malta.h
index ff70a59..65f4b05 100644 (file)
@@ -13,8 +13,6 @@
 
 #define CONFIG_MEMSIZE_IN_BYTES
 
-#define CONFIG_SYS_ISA_IO_BASE_ADDRESS 0
-
 /*
  * CPU Configuration
  */
  */
 
 #ifdef CONFIG_64BIT
-# define CONFIG_SYS_SDRAM_BASE         0xffffffff80000000
+# define CFG_SYS_SDRAM_BASE            0xffffffff80000000
 #else
-# define CONFIG_SYS_SDRAM_BASE         0x80000000
+# define CFG_SYS_SDRAM_BASE            0x80000000
 #endif
-#define CONFIG_SYS_SDRAM_SIZE          0x10000000      /* 256 MiB */
+#define CFG_SYS_SDRAM_SIZE             0x10000000      /* 256 MiB */
 
-#define CONFIG_SYS_INIT_SP_OFFSET      0x400000
+#define CFG_SYS_INIT_SP_OFFSET 0x400000
 
 /*
  * Serial driver
  */
-#define CONFIG_SYS_NS16550_PORT_MAPPED
 
 /*
  * Flash configuration
  */
 #ifdef CONFIG_64BIT
-# define CONFIG_SYS_FLASH_BASE         0xffffffffbe000000
+# define CFG_SYS_FLASH_BASE            0xffffffffbe000000
 #else
-# define CONFIG_SYS_FLASH_BASE         0xbe000000
+# define CFG_SYS_FLASH_BASE            0xbe000000
 #endif
 
 /*