summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-05-26 20:18:20 -0400
committerTom Rini <trini@konsulko.com>2019-05-26 20:18:20 -0400
commitc18b103657d9541305a45a1fb21f979c317fba49 (patch)
tree3d7e8425a499e3df0c90c34e3e5b60660cfca3d7 /Kconfig
parent696f02d99b41190786b17ad28316a0cd45792c2c (diff)
parentb5900a58caf0416355ccab4dc9da55c9a388a953 (diff)
Merge branch 'master' of git://git.denx.de/u-boot-sh
- Gen3 PCIe driver + enablement on Salvator-X platforms. - Gen3 recovery SPL used to reload ATF/OpTee/U-Boot instead of minimon. - SDHI HS400 fixes ported from latest BSP and datasheet.
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index fcde0c35e2..301ebf8de3 100644
--- a/Kconfig
+++ b/Kconfig
@@ -155,6 +155,7 @@ config SYS_MALLOC_LEN
config SPL_SYS_MALLOC_F_LEN
hex "Size of malloc() pool in SPL before relocation"
depends on SYS_MALLOC_F
+ default 0x2800 if RCAR_GEN3
default SYS_MALLOC_F_LEN
help
Before relocation, memory is very limited on many platforms. Still,