mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-03 12:52:48 +00:00
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 | ||