mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-15 12:07:14 +07:00
c60128ce97
The debug definitions were missing for MACH_JZ4770, resulting in a build
failure when DEBUG_ZBOOT was set.
Since the UART addresses are the same across all Ingenic SoCs, we just
use a #ifdef CONFIG_MACH_INGENIC instead of checking for individual
Ingenic SoCs.
Additionally, I added a #define for the UART0 address in-code and
dropped the <asm/mach-jz4740/base.h> include, for the reason that this
include file is slowly being phased out as the whole platform is being
moved to devicetree.
Fixes:
|
||
---|---|---|
.. | ||
.gitignore | ||
calc_vmlinuz_load_addr.c | ||
dbg.c | ||
decompress.c | ||
dummy.c | ||
head.S | ||
ld.script | ||
Makefile | ||
string.c | ||
uart-16550.c | ||
uart-alchemy.c | ||
uart-prom.c |