]> www.infradead.org Git - users/dwmw2/linux.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Apr 2022 11:57:29 +0000 (13:57 +0200)
commit1d1f2dfee5c7f8fbae19c79901adb17b050abca0
tree4237fade845bb5b196b1ae4d71269dac61836c78
parent9ffc602e14d7b9f7e7cb2f67e18dfef9ef8af676
mips: Always permit to build u-boot images

commit 34275ac292ae141ebc1296b72f005f71b25998a7 upstream.

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 79876cc1d7b8 ("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: 79876cc1d7b8 ("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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/mips/Makefile