[U-Boot] [PATCH 1/2] image: fit: Show firmware configuration property if present
Simon Glass
sjg at chromium.org
Fri Mar 30 08:40:37 UTC 2018
On 26 March 2018 at 22:31, Michal Simek <michal.simek at xilinx.com> wrote:
> SPL ATF support requires to have firmware property which should be also
> listed by mkimage -l when images is created.
>
> The patch is also using this macro in spl_fit to match keyword.
>
> When image is created:
> Default Configuration: 'config'
> Configuration 0 (config)
> Description: ATF with full u-boot
> Kernel: unavailable
> Firmware: atf
> FDT: dtb
>
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> ---
>
> common/image-fit.c | 4 ++++
> common/spl/spl_fit.c | 3 ++-
> include/image.h | 1 +
> 3 files changed, 7 insertions(+), 1 deletion(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list