commit | c379a56962091260dadf1ca638eea35928d18b4d | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@linaro.org> | Mon Mar 28 09:58:55 2011 +0000 |
committer | Gerald Van Baren <gvb@unssw.com> | Mon Apr 25 21:11:21 2011 -0400 |
tree | bf731254a31da996c854c14be9e5d4016df8a4be | |
parent | 50fb22ebc39fc511a8bc7a73e5cee78104cf230b [diff] |
Fix off-by-one error in passing initrd end address via device tree The initrd_end variable contains the address immediately *after* the initrd blob, not the last address containing data. This patch fixes an inadvertent off-by-one when setting up the initrd reserved map. Signed-off-by: Grant Likely <grant.likely@linaro.org>