u-boot-brain/arch/powerpc/cpu/mpc8xxx
Kumar Gala 5756736176 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>
2011-07-29 16:04:56 -05:00
..
ddr powerpc/mpc8xxx: Allow override DDR read-to-write turnaround time 2011-07-11 13:24:20 -05:00
cpu.c powerpc/85xx: Fix detection of P1017E 2011-07-17 10:33:05 -05:00
fdt.c powerpc/8xxx: Remove dependency on <usb.h> 2011-07-29 16:04:56 -05:00
fsl_ifc.c powerpc/85xx: Change CS timing params before changing CS properties on IFC 2011-04-27 22:29:03 -05:00
fsl_lbc.c powerpc/85xx: Fix compile errors if CONFIG_SYS_{BR,OR}0_PRELIM aren't set 2011-07-11 13:24:19 -05:00
Makefile powerpc/85xx: Add support for Integrated Flash Controller (IFC) 2011-04-04 09:24:40 -05:00
srio.c powerpc/8xxx: Refactor SRIO initialization into common code 2011-01-14 01:32:21 -06:00