commit | 672c54466d24994eb9633f993862c89539504a42 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Thu Jan 13 15:36:09 2011 -0700 |
committer | Grant Likely <grant.likely@secretlab.ca> | Sat Jan 15 22:01:58 2011 -0700 |
tree | e08f17e5fa260676912eb9b7d2263d47d667fdec | |
parent | 1b59be2a6cdcb5a12e18d8315c07c94a624de48f [diff] |
dt/flattree: Return virtual address from early_init_dt_alloc_memory_arch() The physical address is never used by the device tree code when allocating memory for unflattening. Change the architecture's alloc hook to return the virutal address instead. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>