]> git.ipfire.org Git - thirdparty/u-boot.git/commit
treewide: Make arch-specific bootm code depend on BOOTM
authorSimon Glass <sjg@chromium.org>
Fri, 15 Dec 2023 04:19:02 +0000 (21:19 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 10 Apr 2024 23:04:25 +0000 (17:04 -0600)
commit6be5ec948b7f6f9e771dee4f5a7bc1c150ebef04
treeddcacad9c65405dcf95c9e018d2f3a218eb1210b
parentb34c8289d205c5f5c7367a468e08346b0c7f3baa
treewide: Make arch-specific bootm code depend on BOOTM

Allow these functions to be compiled in when CONFIG_BOOTM is enabled,
even if CONFIG_CMD_BOOTM is not.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Angelo Dureghello <angelo@kernel-space.org>
12 files changed:
arch/arc/lib/Makefile
arch/arm/lib/Makefile
arch/m68k/lib/Makefile
arch/microblaze/lib/Makefile
arch/mips/lib/Makefile
arch/nios2/lib/Makefile
arch/powerpc/lib/Makefile
arch/riscv/lib/Makefile
arch/sandbox/lib/Makefile
arch/sh/lib/Makefile
arch/x86/lib/Makefile
arch/xtensa/lib/Makefile