From: Frieder Schrempf Date: Wed, 24 Aug 2022 13:59:05 +0000 (+0200) Subject: imx: kontron-sl-mx8mm: Increase CONFIG_SYS_CBSIZE to 2K X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=42b200fa8fdef4c47f17881dee7c4750392392d8;p=u-boot.git imx: kontron-sl-mx8mm: Increase CONFIG_SYS_CBSIZE to 2K This allows using the command line with longer lines like large scripts in env variables. Signed-off-by: Frieder Schrempf Reviewed-by: Fabio Estevam --- diff --git a/configs/kontron-sl-mx8mm_defconfig b/configs/kontron-sl-mx8mm_defconfig index ff306cdfe8..0a7b5ccc9a 100644 --- a/configs/kontron-sl-mx8mm_defconfig +++ b/configs/kontron-sl-mx8mm_defconfig @@ -48,7 +48,7 @@ CONFIG_SPL_SPI_LOAD=y CONFIG_SYS_SPI_U_BOOT_OFFS=0x58000 CONFIG_SPL_WATCHDOG=y CONFIG_SPL_ATF=y -CONFIG_SYS_CBSIZE=256 +CONFIG_SYS_CBSIZE=2048 CONFIG_SYS_PBSIZE=276 CONFIG_CMD_NVEDIT_EFI=y # CONFIG_CMD_LZMADEC is not set