]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/8xxx: Remove dependency on <usb.h>
authorKumar Gala <galak@kernel.crashing.org>
Fri, 29 Jul 2011 13:51:26 +0000 (08:51 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 29 Jul 2011 21:04:56 +0000 (16:04 -0500)
commit57567361769bfa02d0622c06e5e9f66392e2593a
tree1714d3f0447e6f9f873243a058e72cca8fc17064
parenta3a3e7b2c35d8bb3c3b6944cb9381d7f66f7875d
powerpc/8xxx: Remove dependency on <usb.h>

We used <usb.h> for USB_MAX_DEVICE.  However this requires we actual
build in support for USB into u-boot (which should not be required for
device tree fixup).

At this time no FSL SoC that utilizies this code (83xx/85xx) has more
than 2 USB controllers.  So we replace USB_MAX_DEVICE with a local
define FSL_MAX_NUM_USB_CTRLS.

If/when a device shows up with more than 2 controllers we can easily
bump this value or refactor into a proper define per SoC.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/cpu/mpc8xxx/fdt.c