From: Jaehoon Chung Date: Mon, 28 Oct 2024 05:56:52 +0000 (+0900) Subject: configs: tizen_rpi_4: Enable ENV_SOURCE_FILE as tizen_rpi X-Git-Tag: accepted/tizen/unified/20241126.175211~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=501d7a4b463ceba6f70e9cd699a930ad2a6c76ac;p=platform%2Fkernel%2Fu-boot.git configs: tizen_rpi_4: Enable ENV_SOURCE_FILE as tizen_rpi Enable ENV_SOURCE_FILE as "tizen_rpi" instead of using rpi.env. Change-Id: Ibc7d565d1169dc75baa2bb8cddef668cabb757a6 Signed-off-by: Jaehoon Chung --- diff --git a/configs/tizen_rpi_4_32b_defconfig b/configs/tizen_rpi_4_32b_defconfig index 34edabd55b..ad7ac988df 100644 --- a/configs/tizen_rpi_4_32b_defconfig +++ b/configs/tizen_rpi_4_32b_defconfig @@ -4,6 +4,7 @@ CONFIG_TEXT_BASE=0x00008000 CONFIG_SYS_MALLOC_LEN=0x1000000 CONFIG_TARGET_RPI_4_32B=y CONFIG_TIZEN_RPI4=y +CONFIG_ENV_SOURCE_FILE="tizen_rpi" CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x7fffee0 CONFIG_ENV_SIZE=0x4000 diff --git a/configs/tizen_rpi_4_defconfig b/configs/tizen_rpi_4_defconfig index 4cd2936ae1..c7ee74905b 100644 --- a/configs/tizen_rpi_4_defconfig +++ b/configs/tizen_rpi_4_defconfig @@ -4,6 +4,7 @@ CONFIG_ARCH_BCM283X=y CONFIG_SYS_MALLOC_LEN=0x1000000 CONFIG_TARGET_RPI_4=y CONFIG_TIZEN_RPI4=y +CONFIG_ENV_SOURCE_FILE="tizen_rpi" CONFIG_ENV_SIZE=0x4000 CONFIG_DEFAULT_DEVICE_TREE="bcm2711-rpi-4-b" CONFIG_OF_LIBFDT_OVERLAY=y