public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] arm64: zynqmp: Do not describe u-boot.itb if SPL is disabled
@ 2024-02-23 16:18 Michal Simek
  2024-03-05 15:47 ` Ilias Apalodimas
  2024-03-22 11:57 ` Michal Simek
  0 siblings, 2 replies; 13+ messages in thread
From: Michal Simek @ 2024-02-23 16:18 UTC (permalink / raw)
  To: u-boot, git, ilias.apalodimas
  Cc: Algapally Santosh Sagar, Heinrich Schuchardt, Leo Yu-Chi Liang,
	Masahisa Kojima, Shiji Yang, Simon Glass, Tom Rini,
	Venkatesh Yadav Abbarapu

There is no reason to describe u-boot.itb on system without SPL. Pretty
much this is cover all systems which are using only boot.bin which contains
all images inside.

Signed-off-by: Michal Simek <michal.simek@amd.com>
---

 board/xilinx/common/board.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/xilinx/common/board.c b/board/xilinx/common/board.c
index 9641ed307b75..4f38b7d27684 100644
--- a/board/xilinx/common/board.c
+++ b/board/xilinx/common/board.c
@@ -43,7 +43,7 @@ struct efi_fw_image fw_images[] = {
 		.image_index = 1,
 	},
 #endif
-#if defined(XILINX_UBOOT_IMAGE_GUID)
+#if defined(XILINX_UBOOT_IMAGE_GUID) && defined(CONFIG_SPL_FS_LOAD_PAYLOAD_NAME)
 	{
 		.image_type_id = XILINX_UBOOT_IMAGE_GUID,
 		.fw_name = u"XILINX-UBOOT",
-- 
2.36.1


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

end of thread, other threads:[~2024-03-22 11:57 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-23 16:18 [PATCH] arm64: zynqmp: Do not describe u-boot.itb if SPL is disabled Michal Simek
2024-03-05 15:47 ` Ilias Apalodimas
2024-03-06  7:48   ` Michal Simek
2024-03-12  6:14     ` Ilias Apalodimas
2024-03-12 15:54       ` Michal Simek
2024-03-12 19:12         ` Ilias Apalodimas
2024-03-13  6:42           ` Michal Simek
2024-03-13  7:01             ` Ilias Apalodimas
2024-03-14  8:34               ` Ilias Apalodimas
2024-03-14  8:42                 ` Michal Simek
2024-03-12 12:29   ` Heinrich Schuchardt
2024-03-12 15:25     ` Michal Simek
2024-03-22 11:57 ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox