Gerald Van Baren
7651f8bdbb
Fix serious pointer bug with bootm and reserve map.
...
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.
2007-04-19 23:14:39 -04:00
Wolfgang Denk
94abd7c058
Minor cleanup.
2007-04-04 01:49:15 +02:00
Gerald Van Baren
213bf8c822
Add a flattened device tree (fdt) command (2 of 2)
...
Modifications to the existing code to support the new fdt command.
2007-03-31 12:23:51 -04:00
Dave Liu
5f8204394e
mpc83xx: Add MPC8360EMDS basic board support
...
Add support for the Freescale MPC8360EMDS board.
Includes DDR, DUART, Local Bus, PCI.
2006-11-03 19:42:21 -06:00