arch: Kconfig: imply BINMAN for SANDBOX

To be able to use the tool binman on sandbox,
the config SANDBOX should imply BINMAN.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
This commit is contained in:
Philippe Reynes 2022-03-28 22:56:53 +02:00 committed by Tom Rini
parent 23e354f82c
commit 059df5624b
5 changed files with 13 additions and 0 deletions

View file

@ -205,6 +205,7 @@ config SANDBOX
imply KEYBOARD
imply PHYSMEM
imply GENERATE_ACPI_TABLE
imply BINMAN
config SH
bool "SuperH architecture"

View file

@ -7,6 +7,9 @@
#define USB_CLASS_HUB 9
/ {
binman {
};
chosen {
stdout-path = "/serial";
};

View file

@ -61,6 +61,9 @@
osd0 = "/osd";
};
binman {
};
config {
testing-bool;
testing-int = <123>;

View file

@ -89,6 +89,9 @@ base_fdt = '''
model = "Sandbox Verified Boot Test";
compatible = "sandbox";
binman {
};
reset@0 {
compatible = "sandbox,reset";
reg = <0>;

View file

@ -4,6 +4,9 @@
model = "Sandbox Verified Boot Test";
compatible = "sandbox";
binman {
};
reset@0 {
compatible = "sandbox,reset";
};