mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
95b80e0a9a
This commit convers the mach-mv78xx0 sub-architecture to use the mvebu-mbus driver. We simply have to call mvebu_mbus_init() in the ->init_early() function, and modify the PCIe code so that it uses the new functions provided by mvebu-mbus to create the needed PCIe windows. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
5 lines
206 B
Makefile
5 lines
206 B
Makefile
obj-y += common.o mpp.o irq.o pcie.o
|
|
obj-$(CONFIG_MACH_DB78X00_BP) += db78x00-bp-setup.o
|
|
obj-$(CONFIG_MACH_RD78X00_MASA) += rd78x00-masa-setup.o
|
|
obj-$(CONFIG_MACH_TERASTATION_WXL) += buffalo-wxl-setup.o
|