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:
parent
23e354f82c
commit
059df5624b
@ -205,6 +205,7 @@ config SANDBOX
|
|||||||
imply KEYBOARD
|
imply KEYBOARD
|
||||||
imply PHYSMEM
|
imply PHYSMEM
|
||||||
imply GENERATE_ACPI_TABLE
|
imply GENERATE_ACPI_TABLE
|
||||||
|
imply BINMAN
|
||||||
|
|
||||||
config SH
|
config SH
|
||||||
bool "SuperH architecture"
|
bool "SuperH architecture"
|
||||||
|
@ -7,6 +7,9 @@
|
|||||||
#define USB_CLASS_HUB 9
|
#define USB_CLASS_HUB 9
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
|
binman {
|
||||||
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
stdout-path = "/serial";
|
stdout-path = "/serial";
|
||||||
};
|
};
|
||||||
|
@ -61,6 +61,9 @@
|
|||||||
osd0 = "/osd";
|
osd0 = "/osd";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
binman {
|
||||||
|
};
|
||||||
|
|
||||||
config {
|
config {
|
||||||
testing-bool;
|
testing-bool;
|
||||||
testing-int = <123>;
|
testing-int = <123>;
|
||||||
|
@ -89,6 +89,9 @@ base_fdt = '''
|
|||||||
model = "Sandbox Verified Boot Test";
|
model = "Sandbox Verified Boot Test";
|
||||||
compatible = "sandbox";
|
compatible = "sandbox";
|
||||||
|
|
||||||
|
binman {
|
||||||
|
};
|
||||||
|
|
||||||
reset@0 {
|
reset@0 {
|
||||||
compatible = "sandbox,reset";
|
compatible = "sandbox,reset";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
@ -4,6 +4,9 @@
|
|||||||
model = "Sandbox Verified Boot Test";
|
model = "Sandbox Verified Boot Test";
|
||||||
compatible = "sandbox";
|
compatible = "sandbox";
|
||||||
|
|
||||||
|
binman {
|
||||||
|
};
|
||||||
|
|
||||||
reset@0 {
|
reset@0 {
|
||||||
compatible = "sandbox,reset";
|
compatible = "sandbox,reset";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user