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/brxre1_defconfig b/configs/brxre1_defconfig index fce5245..ebdfe28 100644 --- a/configs/brxre1_defconfig +++ b/configs/brxre1_defconfig
@@ -37,6 +37,7 @@ CONFIG_SPL_YMODEM_SUPPORT=y CONFIG_HUSH_PARSER=y CONFIG_SYS_MAXARGS=64 +CONFIG_SYS_CBSIZE=512 CONFIG_SYS_PBSIZE=532 # CONFIG_CMD_BOOTD is not set CONFIG_CMD_BOOTZ=y