summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-04-23 19:21:37 +0300
committerTom Rini <trini@konsulko.com>2021-04-23 19:21:37 +0300
commit84baa65dffdbce20752279101548ba888be53b3e (patch)
tree430720a45d81277ca3cd9ee85be755d55f0f2e72 /configs
parent4d85f42716ceff1143e55c7697dd559cfc438489 (diff)
parent0089affee275e47047be8ae9deac6ca08a5da478 (diff)
downloadu-boot-84baa65dffdbce20752279101548ba888be53b3e.tar.xz
Merge branch '2021-04-22-assorted-updates'
- Move LMB to Kconfig, improve functionality - Add partlabel support to more fs cmds
Diffstat (limited to 'configs')
-rw-r--r--configs/stm32mp15_basic_defconfig3
-rw-r--r--configs/stm32mp15_trusted_defconfig3
2 files changed, 6 insertions, 0 deletions
diff --git a/configs/stm32mp15_basic_defconfig b/configs/stm32mp15_basic_defconfig
index fbca482877..a60198f930 100644
--- a/configs/stm32mp15_basic_defconfig
+++ b/configs/stm32mp15_basic_defconfig
@@ -170,3 +170,6 @@ CONFIG_WDT_STM32MP=y
CONFIG_ERRNO_STR=y
# CONFIG_HEXDUMP is not set
CONFIG_FDT_FIXUP_PARTITIONS=y
+# CONFIG_LMB_USE_MAX_REGIONS is not set
+CONFIG_LMB_MEMORY_REGIONS=2
+CONFIG_LMB_RESERVED_REGIONS=16
diff --git a/configs/stm32mp15_trusted_defconfig b/configs/stm32mp15_trusted_defconfig
index ba9a660abf..8c71ca6b6d 100644
--- a/configs/stm32mp15_trusted_defconfig
+++ b/configs/stm32mp15_trusted_defconfig
@@ -152,3 +152,6 @@ CONFIG_WDT_STM32MP=y
CONFIG_ERRNO_STR=y
# CONFIG_HEXDUMP is not set
CONFIG_FDT_FIXUP_PARTITIONS=y
+# CONFIG_LMB_USE_MAX_REGIONS is not set
+CONFIG_LMB_MEMORY_REGIONS=2
+CONFIG_LMB_RESERVED_REGIONS=16