summaryrefslogtreecommitdiff
path: root/board/freescale/mpc832xemds/mpc832xemds.c
Commit message (Collapse)AuthorAgeLines
* Remove erroneous or extra spd.h #includers.Jon Loeliger2008-03-05-5/+0
| | | | | | | | | | Many of the spd.h #includers don't need it, and wanted to have spd_sdram() declared instead. Since they didn't get that, some also had open coded extern declarations of it instead or as well. Fix it all up by using spd_sdram.h where needed. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* mpc83xx: remove FLAT_TREE codeKim Phillips2008-01-08-13/+1
| | | | | | need to rm it from pci code, too! Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
* mpc83xx: move freescale boards to boards/freescaleKim Phillips2007-08-16-0/+187
includes build fixes. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>