image: fit: Show firmware configuration property if present
authorMichal Simek <michal.simek@xilinx.com>
Mon, 26 Mar 2018 14:31:26 +0000 (16:31 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 7 Apr 2018 00:45:44 +0000 (20:45 -0400)
commit1f8e4bf55eb58bda715c1f8c8777081580f3246b
tree800d436b82ad127c3b777cfff8bb692a0e159581
parentc7aead110033593318b377acf20ea993d5ef593d
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>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jun Nie <jun.nie@linaro.org>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
common/image-fit.c
common/spl/spl_fit.c
include/image.h