commit | 0803a270df4c02be424c508e2ac9b680fa97e513 | [log] [tgz] |
---|---|---|
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | Wed Jul 17 16:07:03 2024 +0800 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 31 11:18:37 2024 -0600 |
tree | 09993a6a137e8e84561b8e745dd713a1c210c4d1 | |
parent | 33e289aefc1c8961a04df28e6cc62775a3cafb2a [diff] |
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>