]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm64: zynqmp: Generate desc when SPL_FS_LOAD_PAYLOAD_NAME is valid
authorMichal Simek <michal.simek@amd.com>
Fri, 22 Mar 2024 12:09:18 +0000 (13:09 +0100)
committerMichal Simek <michal.simek@amd.com>
Tue, 2 Apr 2024 13:08:21 +0000 (15:08 +0200)
commit65d958d4ab70994f45cd3fea0ecced4e07e72007
treec821cf685f02ed99773abc60938a2650cf317e23
parent097ccdf9623d650aebe32ea98828d81503f63a10
arm64: zynqmp: Generate desc when SPL_FS_LOAD_PAYLOAD_NAME is valid

Generate description only when CONFIG_SPL_FS_LOAD_PAYLOAD_NAME is not
empty. When name is empty there is no reason to generate description for
it because it is not aligned with dfu rules.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/4cec866f5fffa742258c65796371d7bfc6068915.1711109356.git.michal.simek@amd.com
board/xilinx/zynqmp/zynqmp.c