Re: [PATCH v5 01/16] arch: Kconfig: imply BINMAN for SANDBOX

2022-02-18 Thread Simon Glass
On Wed, 9 Feb 2022 at 11:01, Philippe Reynes wrote: > > To be able to use BINMAN on sandbox, the config nit: missing word > SANDBOX imply BINMAN. > > Signed-off-by: Philippe Reynes > --- > arch/Kconfig | 1 + > arch/sandbox/dts/sandbox.dtsi | 3 +++ > arch/sa

[PATCH v5 01/16] arch: Kconfig: imply BINMAN for SANDBOX

2022-02-09 Thread Philippe Reynes
To be able to use BINMAN on sandbox, the config SANDBOX imply BINMAN. Signed-off-by: Philippe Reynes --- arch/Kconfig | 1 + arch/sandbox/dts/sandbox.dtsi | 3 +++ arch/sandbox/dts/test.dts | 3 +++ test/py/tests/test_fit.py | 3 +++ t