]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/rsk7203.h
rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
[karo-tx-uboot.git] / include / configs / rsk7203.h
index 9b857eccea964fe9bfd4a1475ad95bebb7412b59..f6b013c364409a8bc13fb0f5c228d47f2fd9c0de 100644 (file)
@@ -65,7 +65,7 @@
 #define CFG_BAUDRATE_TABLE     { 115200 }
 
 /* SCIF */
-#define CFG_SCIF_CONSOLE       1
+#define CONFIG_SCIF_CONSOLE    1
 #define CONFIG_CONS_SCIF0      1
 
 #define CFG_MEMTEST_START      RSK7203_SDRAM_BASE
@@ -82,9 +82,9 @@
 #define CFG_BOOTMAPSZ          (8 * 1024 * 1024)
 
 /* FLASH */
+#define CONFIG_FLASH_CFI_DRIVER
 #define CFG_FLASH_CFI
 #define CFG_FLASH_CFI_WIDTH FLASH_CFI_16BIT
-#define CFG_FLASH_CFI_DRIVER
 #undef CFG_FLASH_QUIET_TEST
 #define CFG_FLASH_EMPTY_INFO   /* print 'E' for empty sector on flinfo */
 #define CFG_FLASH_BASE         RSK7203_FLASH_BASE_1
@@ -92,7 +92,7 @@
 #define CFG_MAX_FLASH_SECT     64
 #define CFG_MAX_FLASH_BANKS    1
 
-#define CFG_ENV_IS_IN_FLASH
+#define CONFIG_ENV_IS_IN_FLASH
 #define CFG_ENV_SECT_SIZE      (64 * 1024)
 #define CFG_ENV_SIZE           CFG_ENV_SECT_SIZE
 #define CFG_ENV_ADDR           (CFG_MONITOR_BASE + CFG_MONITOR_LEN)