Skip to content

Commit 56540b1

Browse files
committed
u-boot: lock environment variables to only active_system
1 parent ae94e7c commit 56540b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

recipes-bsp/u-boot/u-boot-stm32/0004-rework-stm32mp15x-defconfig.patch

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ index be25aaa7885..5908a573b2d 100644
6969
CONFIG_WDT_ARM_SMC=y
7070
CONFIG_WDT_STM32MP=y
7171
# CONFIG_BINMAN_FDT is not set
72-
@@ -171,3 +169,11 @@ CONFIG_ERRNO_STR=y
72+
@@ -174,3 +169,11 @@ CONFIG_ERRNO_STR=y
7373
# CONFIG_LMB_USE_MAX_REGIONS is not set
7474
CONFIG_LMB_MEMORY_REGIONS=2
7575
CONFIG_LMB_RESERVED_REGIONS=16
@@ -81,6 +81,10 @@ index be25aaa7885..5908a573b2d 100644
8181
+CONFIG_ECDSA=y
8282
+CONFIG_ECDSA_VERIFY=y
8383
+CONFIG_OF_CONTROL=y
84+
+CONFIG_ENV_WRITEABLE_LIST=y
85+
+CONFIG_ENV_FLAGS_LIST_DEFAULT="active_system:dw"
86+
+CONFIG_ENV_FLAGS_LIST_STATIC="active_system:dw"
87+
8488
--
8589
2.34.1
8690

0 commit comments

Comments
 (0)