From: Jaehoon Chung Date: Thu, 3 Apr 2025 11:34:12 +0000 (+0900) Subject: configs: tizen_rpi_4: Increase PBSIZE to 1400 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=46df616c65c4b8df9f6bec2e001f9e7e99a8cab4;p=platform%2Fkernel%2Fu-boot.git configs: tizen_rpi_4: Increase PBSIZE to 1400 rpi4 is using gpt_parts as GPT_PARTS_DEFAULT. Its size is a bigger than 1044. So its variable is truncated. It causes the unexpected behaivor. Change-Id: I716486289ddc7253f818b0f651511040b4e0d6b9 Signed-off-by: Jaehoon Chung --- diff --git a/configs/tizen_rpi_4_32b_defconfig b/configs/tizen_rpi_4_32b_defconfig index a3b4d14d96..21051762a8 100644 --- a/configs/tizen_rpi_4_32b_defconfig +++ b/configs/tizen_rpi_4_32b_defconfig @@ -17,6 +17,7 @@ CONFIG_DISTRO_DEFAULTS=y CONFIG_OF_BOARD_SETUP=y CONFIG_FDT_SIMPLEFB=y CONFIG_USE_PREBOOT=y +CONFIG_SYS_PBSIZE=1400 # CONFIG_CONSOLE_MUX is not set CONFIG_SYS_STDIO_DEREGISTER=y # CONFIG_DISPLAY_CPUINFO is not set diff --git a/configs/tizen_rpi_4_defconfig b/configs/tizen_rpi_4_defconfig index a127f5c0d5..28f6ce7fa4 100644 --- a/configs/tizen_rpi_4_defconfig +++ b/configs/tizen_rpi_4_defconfig @@ -15,6 +15,7 @@ CONFIG_DISTRO_DEFAULTS=y CONFIG_OF_BOARD_SETUP=y CONFIG_FDT_SIMPLEFB=y CONFIG_USE_PREBOOT=y +CONFIG_SYS_PBSIZE=1400 # CONFIG_CONSOLE_MUX is not set CONFIG_SYS_STDIO_DEREGISTER=y # CONFIG_DISPLAY_CPUINFO is not set