Prepare v2023.10
[platform/kernel/u-boot.git] / include / configs / devkit3250.h
index c473f3d..d85aeaa 100644 (file)
@@ -29,8 +29,8 @@
 /*
  * NOR Flash
  */
-#define CONFIG_SYS_FLASH_BASE          EMC_CS0_BASE
-#define CONFIG_SYS_FLASH_SIZE          SZ_4M
+#define CFG_SYS_FLASH_BASE             EMC_CS0_BASE
+#define CFG_SYS_FLASH_SIZE             SZ_4M
 
 /*
  * NAND controller
 /*
  * NAND chip timings
  */
-#define CONFIG_LPC32XX_NAND_SLC_WDR_CLKS       14
-#define CONFIG_LPC32XX_NAND_SLC_WWIDTH         66666666
-#define CONFIG_LPC32XX_NAND_SLC_WHOLD          200000000
-#define CONFIG_LPC32XX_NAND_SLC_WSETUP         50000000
-#define CONFIG_LPC32XX_NAND_SLC_RDR_CLKS       14
-#define CONFIG_LPC32XX_NAND_SLC_RWIDTH         66666666
-#define CONFIG_LPC32XX_NAND_SLC_RHOLD          200000000
-#define CONFIG_LPC32XX_NAND_SLC_RSETUP         50000000
+#define CFG_LPC32XX_NAND_SLC_WDR_CLKS  14
+#define CFG_LPC32XX_NAND_SLC_WWIDTH            66666666
+#define CFG_LPC32XX_NAND_SLC_WHOLD             200000000
+#define CFG_LPC32XX_NAND_SLC_WSETUP            50000000
+#define CFG_LPC32XX_NAND_SLC_RDR_CLKS  14
+#define CFG_LPC32XX_NAND_SLC_RWIDTH            66666666
+#define CFG_LPC32XX_NAND_SLC_RHOLD             200000000
+#define CFG_LPC32XX_NAND_SLC_RSETUP            50000000
 
 /*
  * USB
  */
-#define CONFIG_USB_ISP1301_I2C_ADDR            0x2d
+#define CFG_USB_ISP1301_I2C_ADDR               0x2d
 
 /*
  * U-Boot General Configurations
@@ -67,7 +67,7 @@
  * Environment
  */
 
-#define CONFIG_EXTRA_ENV_SETTINGS              \
+#define CFG_EXTRA_ENV_SETTINGS         \
        "ethaddr=00:01:90:00:C0:81\0"           \
        "dtbaddr=0x81000000\0"                  \
        "nfsroot=/opt/projects/images/vladimir/oe/devkit3250/rootfs\0"  \