diff options
author | Patrick Oppenlander <patrick.oppenlander@gmail.com> | 2020-07-17 11:12:34 +1000 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2020-07-28 19:30:39 -0600 |
commit | 56c31e5e500dbc4371359d15be5990c9f288ca58 (patch) | |
tree | b5dad310254d4ebb4b86463c4124172992f71fba | |
parent | 6c74d1b83224a5be8ce73a13ed9b4cc8f8d6723a (diff) | |
download | u-boot-56c31e5e500dbc4371359d15be5990c9f288ca58.tar.gz |
sandbox: enable FIT cipher support in defconfig
Linux distributions generally use the "make defconfig && make tools-all"
recipe to generate a uboot-tools (or similar) package.
This patch enables FIT cipher support in the default mkimage build.
Signed-off-by: Patrick Oppenlander <patrick.oppenlander@gmail.com>
-rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 829056e9ce..b30f1e358a 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -8,6 +8,7 @@ CONFIG_DEBUG_UART=y CONFIG_DISTRO_DEFAULTS=y CONFIG_FIT=y CONFIG_FIT_SIGNATURE=y +CONFIG_FIT_CIPHER=y CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT=y CONFIG_FIT_VERBOSE=y CONFIG_BOOTSTAGE=y |