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/SBx81LIFXCAT_defconfig b/configs/SBx81LIFXCAT_defconfig index eb68c25..1a0cf14 100644 --- a/configs/SBx81LIFXCAT_defconfig +++ b/configs/SBx81LIFXCAT_defconfig
@@ -20,6 +20,7 @@ CONFIG_MISC_INIT_R=y CONFIG_RESET_PHY_R=y CONFIG_HUSH_PARSER=y +CONFIG_SYS_CBSIZE=256 CONFIG_SYS_PBSIZE=276 CONFIG_CMD_DM=y # CONFIG_CMD_FLASH is not set