From 1f8e4bf55eb58bda715c1f8c8777081580f3246b Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 26 Mar 2018 16:31:26 +0200 Subject: 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 Reviewed-by: Simon Glass Reviewed-by: Jun Nie Reviewed-by: Philipp Tomsich --- include/image.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/image.h') diff --git a/include/image.h b/include/image.h index a6f82ae..a579c5f 100644 --- a/include/image.h +++ b/include/image.h @@ -920,6 +920,7 @@ int booti_setup(ulong image, ulong *relocated_addr, ulong *size); #define FIT_DEFAULT_PROP "default" #define FIT_SETUP_PROP "setup" #define FIT_FPGA_PROP "fpga" +#define FIT_FIRMWARE_PROP "firmware" #define FIT_MAX_HASH_LEN HASH_MAX_DIGEST_SIZE -- cgit v1.1