r323359 instroduced an ARMv8 only uart(4) device to the tree but placed
the driver in a place where it will be built for all targets. x86 doesn't have all the required build bits for this device. Move the uart(4) device mvebu to arm64 only.
This commit is contained in:
parent
a7d065b3af
commit
141bf584e4
@ -3053,7 +3053,6 @@ dev/uart/uart_bus_puc.c optional uart puc
|
||||
dev/uart/uart_bus_scc.c optional uart scc
|
||||
dev/uart/uart_core.c optional uart
|
||||
dev/uart/uart_dbg.c optional uart gdb
|
||||
dev/uart/uart_dev_mvebu.c optional uart uart_mvebu
|
||||
dev/uart/uart_dev_ns8250.c optional uart uart_ns8250 | uart uart_snps
|
||||
dev/uart/uart_dev_pl011.c optional uart pl011
|
||||
dev/uart/uart_dev_quicc.c optional uart quicc
|
||||
|
@ -176,6 +176,7 @@ dev/pci/pci_host_generic_fdt.c optional pci fdt
|
||||
dev/psci/psci.c optional psci
|
||||
dev/psci/psci_arm64.S optional psci
|
||||
dev/uart/uart_cpu_arm64.c optional uart
|
||||
dev/uart/uart_dev_mvebu.c optional uart uart_mvebu
|
||||
dev/uart/uart_dev_pl011.c optional uart pl011
|
||||
dev/usb/controller/dwc_otg_hisi.c optional dwcotg fdt soc_hisi_hi6220
|
||||
dev/usb/controller/ehci_mv.c optional ehci_mv fdt
|
||||
|
Loading…
Reference in New Issue
Block a user