summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2023-02-08 17:04:36 +0100
committerPhilippe Schenker <philippe.schenker@toradex.com>2023-02-08 17:31:01 +0100
commitb1103fcd165570265cab0145a60707cd168e9fab (patch)
tree2173a9b42111ed22168949e3e2db627d6c008152
parent5fb80b61a7fc72e4ac409e2ebd45dffb7118fa89 (diff)
apalis-imx8_defconfig: Increase LMB_MAX_REGIONS
We hit the limit of maximum LMB regions of 8. We hit this limit when trying to boot with an inird image. The fdt code then tries to allocate memory for the fdt relocation and does not get a memory-range. Increase this limit to 16 so we have enough logical memory blocks available for our use-case. Upstream-Status: Inappropriate [other] Mainline U-Boot will increase the default value of the setting as mentioned by Tom Rini, as many boards seem to be short of LMB memory regions due to a completely different change in EFI area. [1] [1] https://lore.kernel.org/all/Y+O86N%2F0YHfddoI9@bill-the-cat/ Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--configs/apalis-imx8_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/apalis-imx8_defconfig b/configs/apalis-imx8_defconfig
index aa19ab2a52..d414e8d2d7 100644
--- a/configs/apalis-imx8_defconfig
+++ b/configs/apalis-imx8_defconfig
@@ -101,3 +101,4 @@ CONFIG_CI_UDC=y
CONFIG_USB_PORT_AUTO=y
CONFIG_OF_LIBFDT_OVERLAY=y
# CONFIG_EFI_LOADER is not set
+CONFIG_LMB_MAX_REGIONS=16