mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 04:34:11 +08:00
ddb2c42b67
While IS_ENABLED() is perfectly fine for CONFIG_* symbols, it is not
for other symbols such as __BIG_ENDIAN that is provided directly by
the compiler.
Switch to use CONFIG_CPU_BIG_ENDIAN instead of __BIG_ENDIAN.
Fixes:
|
||
---|---|---|
.. | ||
bcm63138_nand.c | ||
brcmnand.c | ||
brcmnand.h | ||
brcmstb_nand.c | ||
iproc_nand.c | ||
Makefile |