diff options
author | Philippe Reynes <philippe.reynes@softathome.com> | 2022-03-28 22:56:53 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-31 14:12:01 -0400 |
commit | 059df5624b49c8f4935b634acebe9cdacfb5cab3 (patch) | |
tree | b77142ca12482a22c0f43503d43d927fc632965d /arch/sandbox/dts/sandbox.dtsi | |
parent | 23e354f82c04a1c070ca59907abc6b042761b0e7 (diff) |
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>
Diffstat (limited to 'arch/sandbox/dts/sandbox.dtsi')
-rw-r--r-- | arch/sandbox/dts/sandbox.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sandbox/dts/sandbox.dtsi b/arch/sandbox/dts/sandbox.dtsi index 66b813faadb..826db26fc2b 100644 --- a/arch/sandbox/dts/sandbox.dtsi +++ b/arch/sandbox/dts/sandbox.dtsi @@ -7,6 +7,9 @@ #define USB_CLASS_HUB 9 / { + binman { + }; + chosen { stdout-path = "/serial"; }; |