binman: Fix return from u-boot-ucode if there is no DT
authorSimon Glass <sjg@chromium.org>
Mon, 26 Oct 2020 23:40:03 +0000 (17:40 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Oct 2020 20:42:59 +0000 (14:42 -0600)
commita81294671ca190102a06db8ac3004dae7e49aa46
treeb956b39fa6df3c3609174b4a086e10e54be6abe5
parent680e3c6edb9aa5cf400a5b22ecfa3a40b0b247e5
binman: Fix return from u-boot-ucode if there is no DT

This should return empty contents, not leave it unset. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/etype/u_boot_ucode.py