From: Jaehoon Chung Date: Fri, 2 Jun 2023 04:06:26 +0000 (+0900) Subject: include: starfive-vifionfive: fix the prefix from CFG to CONFIG X-Git-Tag: accepted/tizen/unified/20230703.143011~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F78%2F293678%2F1;p=platform%2Fkernel%2Fu-boot.git include: starfive-vifionfive: fix the prefix from CFG to CONFIG 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 --- diff --git a/include/configs/starfive-visionfive2.h b/include/configs/starfive-visionfive2.h index 93dcc22d36..610399ee3e 100644 --- a/include/configs/starfive-visionfive2.h +++ b/include/configs/starfive-visionfive2.h @@ -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" \