Convert CONFIG_HOSTNAME et al to Kconfig
[platform/kernel/u-boot.git] / include / configs / siemens-am33x-common.h
index c9dd750..1b1787a 100644 (file)
@@ -17,8 +17,6 @@
 
 /* commands to include */
 
-#define CONFIG_ROOTPATH                "/opt/eldk"
-
 /* Clock Defines */
 #define V_OSCK                         24000000  /* Clock output from T2 */
 #define V_SCLK                         (V_OSCK)
@@ -33,9 +31,9 @@
  /* 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 CFG_SYS_NS16550_CLK            (48000000)