diff options
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2021-04-01 13:25:30 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-04-14 16:02:43 -0400 |
commit | 47b6f7f8451117546dd12af3eccd58961a9f7f05 (patch) | |
tree | 109de0931f718b7b636851fd773011fcd9231cb0 /drivers/ddr/imx/imx8m/ddr_init.c | |
parent | 51d3a8b54f2cd1bd8278d0611db4ff2d17235229 (diff) | |
download | u-boot-47b6f7f8451117546dd12af3eccd58961a9f7f05.tar.gz u-boot-47b6f7f8451117546dd12af3eccd58961a9f7f05.tar.xz u-boot-47b6f7f8451117546dd12af3eccd58961a9f7f05.zip |
image-fit: Accept IH_TYPE_FIRMWARE in fit_image_load() as valid
Consider the following FIT:
images {
whipple {};
};
configurations {
conf-1 {
firmware = "whipple";
};
};
Getting the 'firmware' image with fit_image_load() is not possible, as
it doesn't understand 'firmware =' properties. Although one could pass
IH_TYPE_FIRMWARE for 'image_type', this needs to be converted to a
"firmware" string for FDT lookup -- exactly what this change does.
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/ddr/imx/imx8m/ddr_init.c')
0 files changed, 0 insertions, 0 deletions