Re: [PATCH 2/2] sandbox: Avoid binman error when run without device tree

2022-05-05 Thread Tom Rini
On Wed, Apr 27, 2022 at 01:47:57PM -0600, Simon Glass wrote: > With sandbox, U-Boot can be run without a device tree (i.e. no -d or -T > parameter). In this case an empty device tree is created for convenience. > With a recent change this causes an error due to the missing '/binman' > node. > > A

[PATCH 2/2] sandbox: Avoid binman error when run without device tree

2022-04-27 Thread Simon Glass
With sandbox, U-Boot can be run without a device tree (i.e. no -d or -T parameter). In this case an empty device tree is created for convenience. With a recent change this causes an error due to the missing '/binman' node. Add this node to avoid the problem, as well as a test that U-Boot can be ru