summaryrefslogtreecommitdiff
path: root/board/mpc8360emds/config.mk
Commit message (Collapse)AuthorAgeLines
* Fix serious pointer bug with bootm and reserve map.Gerald Van Baren2007-04-19-5/+0
| | | | | | | What was suppose to be a stack variable was declared as a pointer, overwriting random memory. Also moved the libfdt.a requirement into the main Makefile. That is The U-Boot Way.
* Minor cleanup.Wolfgang Denk2007-04-04-1/+0
|
* Add a flattened device tree (fdt) command (2 of 2)Gerald Van Baren2007-03-31-0/+6
| | | | Modifications to the existing code to support the new fdt command.
* mpc83xx: Add MPC8360EMDS basic board supportDave Liu2006-11-03-0/+28
Add support for the Freescale MPC8360EMDS board. Includes DDR, DUART, Local Bus, PCI.