u-boot-brain/board/tqc
Andy Fleming e0c4fac79d TQM85xx: Fix a couple warnings in TQM8548 build
The ecm variable in sdram.c was being declared for all 8548, but only
used by specific 8548 boards, so we make that variable require those
specific boards, too

The nand code was using an index "i" into a table, and then re-using "i"
to set addresses for each upm.  However, then it relied on the old value
of i still being there to enable things.  Changed the second "i" to "j"

Signed-off-by: Andy Fleming <afleming@freescale.com>
2009-02-16 18:06:03 -06:00
..
tqm8xx Update U-Boot's build timestamp on every compile 2008-12-06 23:36:43 +01:00
tqm85xx TQM85xx: Fix a couple warnings in TQM8548 build 2009-02-16 18:06:03 -06:00
tqm834x pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity 2009-02-07 23:50:04 +01:00
tqm5200 Command usage cleanup 2009-01-28 08:49:52 +01:00
tqm8260 TQM8260: use CFI flash driver instead of custom driver. 2008-11-02 16:24:16 +01:00
tqm8272 Command usage cleanup 2009-01-28 08:49:52 +01:00