u-boot-brain/board/tqc/tqm85xx
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
..
config.mk MPC85xx: TQM8548: add support for the TQM8548_BE module 2009-02-16 18:05:59 -06:00
law.c MPC85xx: TQM8548_AG: add 1 GiB DDR2-SDRAM configuration 2009-02-16 18:06:01 -06:00
Makefile Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
nand.c TQM85xx: Fix a couple warnings in TQM8548 build 2009-02-16 18:06:03 -06:00
sdram.c TQM85xx: Fix a couple warnings in TQM8548 build 2009-02-16 18:06:03 -06:00
tlb.c MPC85xx: TQM8548: use cache for AG and BE variants 2009-02-16 18:06:02 -06:00
tqm85xx.c MPC85xx: TQM85xx: make standard PCI/PCI-X configurable 2009-02-16 18:05:58 -06:00
u-boot.lds Align end of bss by 4 bytes 2008-11-18 23:13:16 +01:00