commit | 20f54925709963dafe92c7f2a47313ec2319c607 | [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 | c379a56962091260dadf1ca638eea35928d18b4d [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>