git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba7cd39
)
imx: kontron-sl-mx8mm: Increase CONFIG_SYS_CBSIZE to 2K
author
Frieder Schrempf
<frieder.schrempf@kontron.de>
Wed, 24 Aug 2022 13:59:05 +0000
(15:59 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Thu, 20 Oct 2022 15:35:51 +0000
(17:35 +0200)
This allows using the command line with longer lines like
large scripts in env variables.
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Reviewed-by: Fabio Estevam <festevam@denx.de>
configs/kontron-sl-mx8mm_defconfig
patch
|
blob
|
history
diff --git
a/configs/kontron-sl-mx8mm_defconfig
b/configs/kontron-sl-mx8mm_defconfig
index
ff306cd
..
0a7b5cc
100644
(file)
--- 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=2
56
+CONFIG_SYS_CBSIZE=2
048
CONFIG_SYS_PBSIZE=276
CONFIG_CMD_NVEDIT_EFI=y
# CONFIG_CMD_LZMADEC is not set