diff options
| author | Jagan Teki <[email protected]> | 2016-12-21 12:00:27 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2017-01-02 17:34:11 +0100 |
| commit | 8098b8cb3f15c8b203de133106e4bce4b8fe956d (patch) | |
| tree | d86db4c0c42735c8efe12c284c61d007f0f50606 | |
| parent | ada832f8f5a4168e495332ca33a5723224255cc5 (diff) | |
configs: engicam: Enable CONFIG_IMAGE_FORMAT_LEGACY
Enabling FIT along with Signature will make bootm to
not-understanding u-boot legacy image formats like uImage, etc.
So this patch enabling legacy image format for backward compatibility.
Cc: Stefano Babic <[email protected]>
Cc: Matteo Lisi <[email protected]>
Cc: Michael Trimarchi <[email protected]>
Signed-off-by: Jagan Teki <[email protected]>
| -rw-r--r-- | include/configs/imx6qdl_icore.h | 1 | ||||
| -rw-r--r-- | include/configs/imx6qdl_icore_rqs.h | 1 | ||||
| -rw-r--r-- | include/configs/imx6ul_geam.h | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/imx6qdl_icore.h b/include/configs/imx6qdl_icore.h index 2c07a9b140e..f25f3640781 100644 --- a/include/configs/imx6qdl_icore.h +++ b/include/configs/imx6qdl_icore.h @@ -126,6 +126,7 @@ # define CONFIG_HASH_VERIFY # define CONFIG_SHA1 # define CONFIG_SHA256 +# define CONFIG_IMAGE_FORMAT_LEGACY #endif /* UART */ diff --git a/include/configs/imx6qdl_icore_rqs.h b/include/configs/imx6qdl_icore_rqs.h index c36359be720..ee258820892 100644 --- a/include/configs/imx6qdl_icore_rqs.h +++ b/include/configs/imx6qdl_icore_rqs.h @@ -104,6 +104,7 @@ # define CONFIG_HASH_VERIFY # define CONFIG_SHA1 # define CONFIG_SHA256 +# define CONFIG_IMAGE_FORMAT_LEGACY #endif /* UART */ diff --git a/include/configs/imx6ul_geam.h b/include/configs/imx6ul_geam.h index 5a4f29112d3..a8ee4014b78 100644 --- a/include/configs/imx6ul_geam.h +++ b/include/configs/imx6ul_geam.h @@ -125,6 +125,7 @@ # define CONFIG_HASH_VERIFY # define CONFIG_SHA1 # define CONFIG_SHA256 +# define CONFIG_IMAGE_FORMAT_LEGACY #endif /* UART */ |
