]> git.dujemihanovic.xyz Git - u-boot.git/commit
config: Use CONFIG_SYS_BIG_ENDIAN in code whenever possible
authorJiaxun Yang <jiaxun.yang@flygoat.com>
Wed, 17 Jul 2024 08:07:03 +0000 (16:07 +0800)
committerTom Rini <trini@konsulko.com>
Wed, 31 Jul 2024 17:18:37 +0000 (11:18 -0600)
commit3911ff576eda8f28d221b91ec58a0bf2e0c7f67f
tree09993a6a137e8e84561b8e745dd713a1c210c4d1
parentcbef295441b41541a5cf7c3a6e1d6bd88b48a0ed
config: Use CONFIG_SYS_BIG_ENDIAN in code whenever possible

So CONFIG_SYS_BIG_ENDIAN is our cross architecture option for
selecting machine endian, while the old CONFIG_CPU_BIG_ENDIAN
is defined by Arc only.

Use it whenever possible to ensure big endian code path is enabled
for all possible big endian machines.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Makefile
arch/arc/include/asm/arc-bcr.h
arch/arm/cpu/armv8/linux-kernel-image-header-vars.h
drivers/mtd/nand/raw/brcmnand/brcmnand.c
scripts/Makefile.build