
5 May
2022
5 May
'22
8:53 p.m.
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.
Add this node to avoid the problem, as well as a test that U-Boot can be run without a device tree.
Fixes: 059df5624b ("arch: Kconfig: imply BINMAN for SANDBOX") Fixes: https://source.denx.de/u-boot/u-boot/-/issues/11 Signed-off-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
--
Tom