diff options
| author | Tom Rini <[email protected]> | 2021-09-08 21:23:55 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-09-08 21:23:55 -0400 |
| commit | 4412fd8ba2ce5945d04f4b181a96e05576c46bf2 (patch) | |
| tree | 68d860b82ae6b1023a52810481bd0263883505f9 /include/configs | |
| parent | 1c02fd4686e7bc17b583b55cc6f2e3e83f38b381 (diff) | |
| parent | 0b905e25813a0b4e368730a147dadc7f55150edc (diff) | |
Merge branch '2021-09-08-fix-FIT-hash-algos-in-SPL'
- Merge some fixes to how we enable hash algorithms for FIT images in
SPL. This fixes a few cases where we should have had some options
enabled, but did not. This also removes otherwise unused options in a
few other cases.
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/xilinx_zynqmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 262154cdffd..42758ba7589 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -258,7 +258,7 @@ #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_DFU) # define CONFIG_SPL_ENV_SUPPORT -# define CONFIG_SPL_HASH_SUPPORT +# define CONFIG_SPL_HASH # define CONFIG_ENV_MAX_ENTRIES 10 #endif |
