Re: [U-Boot] [PATCH] bdinfo: show multi_dtb_fit

2020-01-08 Thread Tom Rini
On Sat, Nov 09, 2019 at 04:56:10AM +0100, Heiko Schocher wrote: > if MULTI_DTB_FIT is enabled it is helpful to display > the value of gd->multi_dtb_fit in bdinfo. > > Signed-off-by: Heiko Schocher > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description

[U-Boot] [PATCH] bdinfo: show multi_dtb_fit

2019-11-08 Thread Heiko Schocher
if MULTI_DTB_FIT is enabled it is helpful to display the value of gd->multi_dtb_fit in bdinfo. Signed-off-by: Heiko Schocher --- travis build: https://travis-ci.org/hsdenx/u-boot-test/builds/609100901 cmd/bdinfo.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/bdinfo.c b/cmd/bdinfo