From d0ee7f295d742a80000cf6703a3fb9a7cb32ad68 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 11 May 2022 17:38:09 -0400 Subject: Convert CONFIG_SYS_PBSIZE to Kconfig This converts the following to Kconfig: CONFIG_SYS_PBSIZE Signed-off-by: Tom Rini --- configs/rpi_4_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/rpi_4_defconfig') diff --git a/configs/rpi_4_defconfig b/configs/rpi_4_defconfig index eae03bf023c..0827559be5a 100644 --- a/configs/rpi_4_defconfig +++ b/configs/rpi_4_defconfig @@ -14,6 +14,7 @@ CONFIG_PREBOOT="pci enum; usb start;" CONFIG_MISC_INIT_R=y CONFIG_FDT_SIMPLEFB=y CONFIG_SYS_PROMPT="U-Boot> " +CONFIG_SYS_PBSIZE=1049 CONFIG_CMD_DFU=y CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y -- cgit v1.2.3