commit | ae17fa3a96ce975df6ec383abe88cc4c1cf45ba7 | [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 | cbfa139b8bbddb215a266de1550f06811e230e38 [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/m53menlo_defconfig b/configs/m53menlo_defconfig index cfaa0e1..a1a5664 100644 --- a/configs/m53menlo_defconfig +++ b/configs/m53menlo_defconfig
@@ -35,6 +35,7 @@ CONFIG_SPL_NAND_SUPPORT=y CONFIG_HUSH_PARSER=y CONFIG_SYS_MAXARGS=32 +CONFIG_SYS_CBSIZE=1024 CONFIG_CMD_ASKENV=y CONFIG_CMD_GREPENV=y CONFIG_CMD_DM=y