Skip to content

Commit 97ad1d8

Browse files
geertutsbogend
authored andcommitted
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 <[email protected]> Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 4e1fc0a commit 97ad1d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/mips/txx9/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ config MACH_TX39XX
66

77
config MACH_TX49XX
88
bool
9+
select BOOT_ELF32
910
select MACH_TXX9
1011
select CEVT_R4K
1112
select CSRC_R4K

0 commit comments

Comments
 (0)