All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] spl: fit: display a message when an FPGA image is loaded
@ 2018-07-19  7:10 Luis Araneda
  2018-07-19  7:10 ` [U-Boot] [PATCH 2/3] drivers: fpga: zynqpl: fix compilation with SPL Luis Araneda
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Luis Araneda @ 2018-07-19  7:10 UTC (permalink / raw)
  To: u-boot

A message should be displayed if an image is loaded
to an FPGA, because the hardware might have changed,
and the user should be informed

Signed-off-by: Luis Araneda <luaraneda@gmail.com>
---
 common/spl/spl_fit.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/spl/spl_fit.c b/common/spl/spl_fit.c
index 5b51a28a08..9eabb1c105 100644
--- a/common/spl/spl_fit.c
+++ b/common/spl/spl_fit.c
@@ -412,6 +412,7 @@ int spl_load_simple_fit(struct spl_image_info *spl_image,
 			printf("%s: Cannot load the FPGA: %i\n", __func__, ret);
 			return ret;
 		}
+		puts("FPGA image loaded from FIT\n");
 		node = -1;
 	}
 #endif
-- 
2.18.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-07-19  7:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-19  7:10 [U-Boot] [PATCH 1/3] spl: fit: display a message when an FPGA image is loaded Luis Araneda
2018-07-19  7:10 ` [U-Boot] [PATCH 2/3] drivers: fpga: zynqpl: fix compilation with SPL Luis Araneda
2018-07-19  7:10 ` [U-Boot] [PATCH 3/3] arm: zynq: spl: fix FPGA initialization Luis Araneda
2018-07-19  7:17 ` [U-Boot] [PATCH 1/3] spl: fit: display a message when an FPGA image is loaded Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.