]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootmeth_cros: Require bootm.o and bootm_os.o
authorTom Rini <trini@konsulko.com>
Thu, 26 Oct 2023 18:31:26 +0000 (14:31 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:49:09 +0000 (14:49 -0500)
commit0b59c13a6f9323773f5706778cfccd5471755def
treecb5a9ef50679795213143d6db4b4379802a6b9a2
parent9d298c96afc64f76c54057d924cf4a2ea5fac5ea
bootmeth_cros: Require bootm.o and bootm_os.o

In order to use bootmeth_cros, at least on non-X86, we need to be able
to start any type of kernel that the "bootm" code paths can handle.  Add
these objects to the required list for this option.

Signed-off-by: Tom Rini <trini@konsulko.com>
boot/Makefile