Searched hist:"97 ad1d89624df8f3f8f035ff3cdf24bbd9c6d7b1" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/mips/txx9/ |
H A D | Kconfig | diff 97ad1d89624df8f3f8f035ff3cdf24bbd9c6d7b1 Mon Nov 29 19:57:14 CET 2021 Geert Uytterhoeven <geert@linux-m68k.org> MIPS: TXx9: Let MACH_TX49XX select BOOT_ELF32
Some bootloaders (e.g. VxWorks 5.5 System Boot) on TX49 systems do not support loading 64-bit kernel images. Work around this by selecting BOOT_ELF32, to support running both 32-bit ("vmlinux" with CONFIG_32BIT=y) and 64-bit ("vmlinux.32" with CONFIG_64BIT=y) Linux kernels on TX49 devices with such a boot loader.
Suggested-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
|