Prepare v2023.10
[platform/kernel/u-boot.git] / include / configs / omap3_igep00x0.h
index 10f6ba6..93d3635 100644 (file)
                "if test ${fdtfile} = ''; then " \
                        "echo WARNING: Could not determine device tree to use; fi; \0"
 
-#define CONFIG_EXTRA_ENV_SETTINGS \
+#define CFG_EXTRA_ENV_SETTINGS \
        ENV_FINDFDT \
        ENV_DEVICE_SETTINGS \
        MEM_LAYOUT_SETTINGS \
        BOOTENV
 
 /* OneNAND config */
-#define CONFIG_SYS_ONENAND_BASE                ONENAND_MAP
-#define CONFIG_SYS_ONENAND_BLOCK_SIZE  (128*1024)
+#define CFG_SYS_ONENAND_BASE           ONENAND_MAP
+#define CFG_SYS_ONENAND_BLOCK_SIZE     (128*1024)
 
 /* NAND config */
 #define CFG_SYS_NAND_ECCPOS            { 2,  3,  4,  5,  6,  7,  8,  9, \