Skip to content
Snippets Groups Projects
Commit 3911ff57 authored by Jiaxun Yang's avatar Jiaxun Yang Committed by Tom Rini
Browse files

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: default avatarJiaxun Yang <jiaxun.yang@flygoat.com>
parent cbef2954
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment