]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/usb/host/ehci-marvell.c
orion5x: add USB host ehci-marvell support
[people/ms/u-boot.git] / drivers / usb / host / ehci-marvell.c
index e342d78b5752aa842c8efb8eb312156c50b3adf9..89c8af72874cf763ed1a84d7e856944191d7f92d 100644 (file)
 #include "ehci.h"
 #include "ehci-core.h"
 #include <asm/arch/cpu.h>
+
+#if defined(CONFIG_KIRKWOOD)
 #include <asm/arch/kirkwood.h>
+#elif defined(CONFIG_ORION5X)
+#include <asm/arch/orion5x.h>
+#endif
 
 DECLARE_GLOBAL_DATA_PTR;