include: starfive-vifionfive: fix the prefix from CFG to CONFIG 78/293678/1
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 2 Jun 2023 04:06:26 +0000 (13:06 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 2 Jun 2023 04:06:26 +0000 (13:06 +0900)
This is caused by backporting.
Latest U-boot is uinsg CFG_EXTRA_ENV_SETTINGS, but v2022.10 is using
CONFIG_EXTRA_ENV_SETTINGS.

Change-Id: Ia42e9c9402cc1eedd4467cc20069e9a64d90e474
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
include/configs/starfive-visionfive2.h

index 93dcc22..610399e 100644 (file)
@@ -31,7 +31,7 @@
                "name=uboot,size=4MB,type=${type_guid_gpt_loader2};"            \
                "name=system,size=-,bootable,type=${type_guid_gpt_system};"
 
-#define CFG_EXTRA_ENV_SETTINGS \
+#define CONFIG_EXTRA_ENV_SETTINGS \
        "kernel_addr_r=0x40200000\0" \
        "kernel_comp_addr_r=0x88000000\0" \
        "kernel_comp_size=0x4000000\0" \