summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul HENRYS <paul.henrys_ext@softathome.com>2025-02-24 22:20:54 +0100
committerTom Rini <trini@konsulko.com>2025-02-28 16:51:01 -0600
commit6bb3687e2ac613d97712740d082094c4ea371230 (patch)
tree1b45065380a6b1a8c8423e7adf4dec40bf2f0f18
parent76de7b061f6df1bd8ddc423ef1980489d72da873 (diff)
configs: Enable the pre-load signature in tools-only_defconfig
pre-load related config options are enabled to have support of it in host tools. 'CONFIG_FIT_SIGNATURE=y' is being automatically removed since it is selected by CONFIG_IMAGE_PRE_LOAD_SIG. Signed-off-by: Paul HENRYS <paul.henrys_ext@softathome.com>
-rw-r--r--configs/tools-only_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/tools-only_defconfig b/configs/tools-only_defconfig
index cecd26175d1..e64bb768440 100644
--- a/configs/tools-only_defconfig
+++ b/configs/tools-only_defconfig
@@ -9,10 +9,11 @@ CONFIG_EFI_LOADER=n
CONFIG_ANDROID_BOOT_IMAGE=y
CONFIG_TIMESTAMP=y
CONFIG_FIT=y
-CONFIG_FIT_SIGNATURE=y
CONFIG_BOOTSTD_FULL=n
CONFIG_BOOTMETH_CROS=n
CONFIG_BOOTMETH_VBE=n
+CONFIG_IMAGE_PRE_LOAD=y
+CONFIG_IMAGE_PRE_LOAD_SIG=y
CONFIG_USE_BOOTCOMMAND=y
CONFIG_BOOTCOMMAND="run distro_bootcmd"
CONFIG_CMD_BOOTD=n