From d31466b382dd05a5439d12d69ddd6e8eaff0e5e6 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 11 May 2022 18:01:06 -0400 Subject: Convert CONFIG_SYS_CBSIZE to Kconfig This converts the following to Kconfig: CONFIG_SYS_CBSIZE Signed-off-by: Tom Rini --- configs/ls1021atsn_sdcard_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/ls1021atsn_sdcard_defconfig') diff --git a/configs/ls1021atsn_sdcard_defconfig b/configs/ls1021atsn_sdcard_defconfig index 82b38a8883..4754a37f0d 100644 --- a/configs/ls1021atsn_sdcard_defconfig +++ b/configs/ls1021atsn_sdcard_defconfig @@ -40,6 +40,7 @@ CONFIG_SPL_ENV_SUPPORT=y CONFIG_SPL_I2C=y CONFIG_SPL_MPC8XXX_INIT_DDR=y CONFIG_SPL_WATCHDOG=y +CONFIG_SYS_CBSIZE=256 CONFIG_SYS_PBSIZE=276 CONFIG_CMD_GREPENV=y CONFIG_SYS_I2C_EEPROM_ADDR_LEN=2 -- cgit v1.2.3