mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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
5 changed files with 13 additions and 0 deletions
|
@ -89,6 +89,9 @@ base_fdt = '''
|
|||
model = "Sandbox Verified Boot Test";
|
||||
compatible = "sandbox";
|
||||
|
||||
binman {
|
||||
};
|
||||
|
||||
reset@0 {
|
||||
compatible = "sandbox,reset";
|
||||
reg = <0>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue