commit | 7651f8bdbba03bb0b4f241e2d2c4cb65b230bd56 | [log] [tgz] |
---|---|---|
author | Gerald Van Baren <vanbaren@cideas.com> | Thu Apr 19 23:14:39 2007 -0400 |
committer | Gerald Van Baren <vanbaren@cideas.com> | Thu Apr 19 23:14:39 2007 -0400 |
tree | 32e427d198d369aec66173f3a015cd71a6ab1b5b | |
parent | 37837828d89084879bee2f2b8c7c68d4695940df [diff] |
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.