commit | d31466b382dd05a5439d12d69ddd6e8eaff0e5e6 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed May 11 18:01:06 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 06 12:09:00 2022 -0400 |
tree | 56953530a99ba3b378932999e83ef6731698bf1a | |
parent | d0ee7f295d742a80000cf6703a3fb9a7cb32ad68 [diff] [blame] |
Convert CONFIG_SYS_CBSIZE to Kconfig This converts the following to Kconfig: CONFIG_SYS_CBSIZE Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/configs/x530_defconfig b/configs/x530_defconfig index 0c2168b..47601c4 100644 --- a/configs/x530_defconfig +++ b/configs/x530_defconfig
@@ -28,6 +28,7 @@ CONFIG_MISC_INIT_R=y CONFIG_SPL_BOARD_INIT=y CONFIG_SPL_WATCHDOG=y +CONFIG_SYS_CBSIZE=256 CONFIG_SYS_PBSIZE=276 CONFIG_CMD_MEMINFO=y # CONFIG_CMD_FLASH is not set