[PATCH v4 03/18] configs: sandbox_defconfig: enable SANDBOX_BINMAN
Philippe Reynes
philippe.reynes at softathome.com
Mon Jan 31 15:55:43 CET 2022
Enable binman on sandbox. It will be used on test unit.
Signed-off-by: Philippe Reynes <philippe.reynes at softathome.com>
---
configs/sandbox_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 19cde87397..749b0f0155 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -7,6 +7,7 @@ CONFIG_ENV_SIZE=0x2000
CONFIG_DEFAULT_DEVICE_TREE="sandbox"
CONFIG_PRE_CON_BUF_ADDR=0xf0000
CONFIG_BOOTSTAGE_STASH_ADDR=0x0
+CONFIG_SANDBOX_BINMAN=y
CONFIG_DEBUG_UART=y
CONFIG_DISTRO_DEFAULTS=y
CONFIG_SYS_LOAD_ADDR=0x0
@@ -297,6 +298,7 @@ CONFIG_WDT_GPIO=y
CONFIG_WDT_SANDBOX=y
CONFIG_FS_CBFS=y
CONFIG_FS_CRAMFS=y
+# CONFIG_BINMAN_FDT is not set
CONFIG_CMD_DHRYSTONE=y
CONFIG_ECDSA=y
CONFIG_ECDSA_VERIFY=y
--
2.17.1
More information about the U-Boot
mailing list