Convert CONFIG_DM9000_BYTE_SWAPPED et al to Kconfig
[platform/kernel/u-boot.git] / include / configs / siemens-am33x-common.h
index 5765f2c..5a00171 100644 (file)
  /* Physical Memory Map */
 #define PHYS_DRAM_1                    0x80000000      /* DRAM Bank #1 */
 
-#define CONFIG_SYS_SDRAM_BASE          PHYS_DRAM_1
+#define CFG_SYS_SDRAM_BASE             PHYS_DRAM_1
  /* Platform/Board specific defs */
-#define CONFIG_SYS_TIMERBASE           0x48040000      /* Use Timer2 */
+#define CFG_SYS_TIMERBASE              0x48040000      /* Use Timer2 */
 
 /* NS16550 Configuration */
-#define CONFIG_SYS_NS16550_CLK         (48000000)
-#define CONFIG_SYS_NS16550_COM1                0x44e09000
-#define CONFIG_SYS_NS16550_COM4                0x481a6000
+#define CFG_SYS_NS16550_CLK            (48000000)
+#define CFG_SYS_NS16550_COM1           0x44e09000
+#define CFG_SYS_NS16550_COM4           0x481a6000
 
 
 /* I2C Configuration */