]> git.dujemihanovic.xyz Git - u-boot.git/commit
Kconfig: Unify endian support option
authorJiaxun Yang <jiaxun.yang@flygoat.com>
Wed, 17 Jul 2024 08:07:02 +0000 (16:07 +0800)
committerTom Rini <trini@konsulko.com>
Wed, 31 Jul 2024 17:18:37 +0000 (11:18 -0600)
commitcbef295441b41541a5cf7c3a6e1d6bd88b48a0ed
tree0ba02759a76e26c1648ad4ed7305db6e92bf7251
parent902d8ee94ce29a088a325da6e69eeb1a25f1fec7
Kconfig: Unify endian support option

Move SUPPORT_BIG_ENDIAN, SUPPORT_LITTLE_ENDIAN to top-level
arch Kconfig and let architectures select them as necessary.

Remove if guard for Endianness selection choice so we can
have one of SYS_BIG_ENDIAN, SYS_LITTLE_ENDIAN config symbol
defined even on single endian system.

Default endian to SYS_BIG_ENDIAN for MIPS || MICROBLAZE
and LITTLE_ENDIAN for the rest to retain old config
behaviour.

Note: PPC, SH, Xtensa are technically bi-endian, but I
checked compiled u-boot image with readelf, U-Boot currently
only support little endian for SH and Xtensa, Big Endian for
PPC.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
arch/Kconfig
arch/mips/Kconfig
arch/mips/mach-ath79/Kconfig
arch/mips/mach-bmips/Kconfig
arch/mips/mach-jz47xx/Kconfig
arch/mips/mach-mscc/Kconfig
arch/mips/mach-pic32/Kconfig