[U-Boot] [PATCH 6/6] efi_loader: Display which .dtb we found

Andreas Färber afaerber at suse.de
Tue Jul 12 06:21:47 CEST 2016


We do so for the EFI binary already and it aids debugging.

Cc: Alexander Graf <agraf at suse.de>
Signed-off-by: Andreas Färber <afaerber at suse.de>
---
 include/config_distro_bootcmd.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h
index 8f14457..0cf74e2 100644
--- a/include/config_distro_bootcmd.h
+++ b/include/config_distro_bootcmd.h
@@ -149,6 +149,10 @@
 					"${prefix}${dtb_prefix}"          \
 					"${dtb_vendor_prefix}"            \
 					"${efi_fdtfile}; then "           \
+					"echo Found ${prefix}"            \
+						"${dtb_prefix}"           \
+						"${dtb_vendor_prefix}"    \
+						"${efi_fdtfile}; "        \
 					"run load_efi_dtb; "              \
 				"fi; "                                    \
 			    "done; "                                      \
-- 
2.6.6



More information about the U-Boot mailing list