]> git.baikalelectronics.ru Git - kernel.git/commit
mips: Always permit to build u-boot images
authorPaul Cercueil <paul@crapouillou.net>
Sun, 6 Mar 2022 15:16:48 +0000 (15:16 +0000)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 7 Mar 2022 12:11:20 +0000 (13:11 +0100)
commit58b721609167c34dba2e71d40d2a43bad4fc5731
tree1ede1539434ae7e9d261345a16fa49ec29b14239
parent4b9a2dcc8c0b3381e7f1839f7d80c19422799579
mips: Always permit to build u-boot images

The platforms where the kernel should be loaded above 0x8000.0000 do not
support loading u-boot images, that doesn't mean that we shouldn't be
able to generate them.

Additionally, since commit 24687b634084 ("MIPS: new Kconfig option
ZBOOT_LOAD_ADDRESS"), the $(zload-y) variable was no longer hardcoded,
which made it impossible to use the uzImage.bin target.

Fixes: 24687b634084 ("MIPS: new Kconfig option ZBOOT_LOAD_ADDRESS")
Cc: <stable@vger.kernel.org>
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/Makefile