
On Fri, May 20, 2022 at 10:59 AM Rover Mo myzmzz@126.com wrote:
arch/*/lib/bootm.c is for the boot Linux commands, not just for bootm command.
This commit makes CONFIG_BOOTM_LINUX selected by the boot Linux commands and arch/*/lib/bootm.c will be built if enabled CONFIG_BOOTM_LINUX.
NAK.
bootm is also used for booting VxWorks.
Signed-off-by: Rover Mo myzmzz@126.com
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 +- cmd/Kconfig | 3 +++ 13 files changed, 18 insertions(+), 16 deletions(-)
Regards, Bin