commit | 55b0a39314562087143f439ecae57379b97db9aa | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@linaro.org> | Mon Mar 28 09:59:01 2011 +0000 |
committer | Gerald Van Baren <gvb@unssw.com> | Mon Apr 25 21:11:21 2011 -0400 |
tree | d3879cdbabfd2386a30a261819e3d5d9b4c0c326 | |
parent | ce6b27a874fe30e7126ae93c060277770ee85ced [diff] |
Respect memreserve regions specified in the device tree If a regions is reserved in the fdt, then it should not be used. Add the memreserve regions to the lmb so that u-boot doesn't use them to store the initrd. Signed-off-by: Grant Likely <grant.likely@linaro.org>