]> git.ipfire.org Git - thirdparty/u-boot.git/commit
image: fit: Show firmware configuration property if present
authorMichal Simek <michal.simek@xilinx.com>
Mon, 26 Mar 2018 13:55:37 +0000 (15:55 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 23 Apr 2018 06:57:39 +0000 (08:57 +0200)
commitc6826b3c1f704b4df4233cf36e26a346fdee91dd
tree20ecfe01f9ee6c248eeba8e35b3fd19a1c357c29
parente28114be330e2bba7170069ced0a1c0545dcf5f0
image: fit: Show firmware configuration property if present

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@xilinx.com>
common/image-fit.c
common/spl/spl_fit.c
include/image.h