From fe3a0f6acfacccc70059db00ba38680c06a3cb25 Mon Sep 17 00:00:00 2001 From: Marek Szyprowski Date: Wed, 22 May 2024 23:20:50 +0200 Subject: [PATCH] tizen: set CONFIG_ENV_SIZE to 0x4000 (16kb) Use the same env size as the size of uboot.env created in Tizen packaging scripts. Signed-off-by: Marek Szyprowski Change-Id: I9dc2138a1a3e622d7b81bc04b9380f64c27a5c7d --- configs/tizen_lpi4a_16g_defconfig | 2 +- configs/tizen_lpi4a_8g_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/tizen_lpi4a_16g_defconfig b/configs/tizen_lpi4a_16g_defconfig index baa7a310..da3e2fbe 100644 --- a/configs/tizen_lpi4a_16g_defconfig +++ b/configs/tizen_lpi4a_16g_defconfig @@ -37,7 +37,7 @@ CONFIG_BOARD_SPECIFIC_OPTIONS=y CONFIG_SPL_MMC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y # CONFIG_SPL_DRIVERS_MISC_SUPPORT is not set -CONFIG_ENV_SIZE=0x20000 +CONFIG_ENV_SIZE=0x4000 CONFIG_SPL_SYS_MALLOC_F_LEN=0x1000 CONFIG_ERR_PTR_OFFSET=0x0 CONFIG_NR_DRAM_BANKS=8 diff --git a/configs/tizen_lpi4a_8g_defconfig b/configs/tizen_lpi4a_8g_defconfig index 0e592983..115c1fc3 100644 --- a/configs/tizen_lpi4a_8g_defconfig +++ b/configs/tizen_lpi4a_8g_defconfig @@ -37,7 +37,7 @@ CONFIG_BOARD_SPECIFIC_OPTIONS=y CONFIG_SPL_MMC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y # CONFIG_SPL_DRIVERS_MISC_SUPPORT is not set -CONFIG_ENV_SIZE=0x20000 +CONFIG_ENV_SIZE=0x4000 CONFIG_SPL_SYS_MALLOC_F_LEN=0x1000 CONFIG_ERR_PTR_OFFSET=0x0 CONFIG_NR_DRAM_BANKS=8 -- 2.34.1