[PATCH v3 0/2] boot: don't enable the non-secure boot commands by default if secure boot enabled

Changes for v3: - Add [2/2] for fixing build error on iot_devkit
Changes for v2: - Don't enable the non-secure boot commands too if !EFI_SECURE_BOOT - Update the help information - Changed commit title
Rover Mo (2): boot: don't enable the non-secure boot commands by default if secure boot enabled boot: build arch/*/lib/bootm.c if support boot linux
arch/arc/lib/Makefile | 2 +- arch/arm/lib/Makefile | 6 +++--- arch/m68k/lib/Makefile | 2 +- arch/microblaze/lib/Makefile | 2 +- arch/mips/lib/Makefile | 2 +- arch/nios2/lib/Makefile | 2 +- arch/powerpc/lib/Makefile | 2 +- arch/riscv/lib/Makefile | 4 ++-- arch/sandbox/lib/Makefile | 3 +-- arch/sh/lib/Makefile | 2 +- arch/x86/lib/Makefile | 2 +- arch/xtensa/lib/Makefile | 2 +- boot/Kconfig | 2 +- cmd/Kconfig | 14 ++++++++++++-- 14 files changed, 28 insertions(+), 19 deletions(-)
participants (1)
-
Rover Mo