projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46e10e9
)
configs: icore: Fix U-Boot proper loading from nand
author
Shyam Saini
<shyam.saini@amarulasolutions.com>
Mon, 3 Jun 2019 05:43:21 +0000
(11:13 +0530)
committer
Stefano Babic
<sbabic@denx.de>
Fri, 19 Jul 2019 18:14:50 +0000
(20:14 +0200)
SPL on Engicam i.Core M6 boards enabled DM, so it would require some
malloc() pool before relocation in order to load U-Boot proper properly.
So, enable SPL malloc() pool of 0x2000 size similarly like what we have
used for icore mmc defconfigs.
Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com>
configs/imx6qdl_icore_nand_defconfig
patch
|
blob
|
history
diff --git
a/configs/imx6qdl_icore_nand_defconfig
b/configs/imx6qdl_icore_nand_defconfig
index 4ea0803ab543e18840d4bf580b9cc69ad1a67795..4672563ff97e2e970137c68b04de555459746d4a 100644
(file)
--- a/
configs/imx6qdl_icore_nand_defconfig
+++ b/
configs/imx6qdl_icore_nand_defconfig
@@
-8,6
+8,7
@@
CONFIG_TARGET_MX6Q_ENGICAM=y
CONFIG_SPL_SERIAL_SUPPORT=y
CONFIG_NR_DRAM_BANKS=1
CONFIG_SPL=y
+CONFIG_SYS_MALLOC_F_LEN=0x2000
# CONFIG_CMD_BMODE is not set
CONFIG_FIT=y
CONFIG_FIT_SIGNATURE=y