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/imx8mn_var_som_defconfig b/configs/imx8mn_var_som_defconfig index b46f192..161f275 100644 --- a/configs/imx8mn_var_som_defconfig +++ b/configs/imx8mn_var_som_defconfig
@@ -36,6 +36,7 @@ CONFIG_SPL_WATCHDOG=y CONFIG_SYS_PROMPT="> " CONFIG_SYS_MAXARGS=64 +CONFIG_SYS_CBSIZE=2048 CONFIG_SYS_PBSIZE=2067 CONFIG_CMD_FUSE=y CONFIG_CMD_MMC=y