commit | eab6a08c082b82dff884eb49a2229b0474d0b7e5 | [log] [tgz] |
---|---|---|
author | Vineet Gupta <vgupta@synopsys.com> | Thu Feb 21 17:37:06 2013 +0530 |
committer | Vineet Gupta <vgupta@synopsys.com> | Tue Feb 26 14:25:18 2013 +0530 |
tree | 4acffa75b89ecdef8d4f38558155b0afdd2fbe19 | |
parent | fc32781bfdb56dad883469b65e468e749ef35fe5 [diff] |
ARC: make a copy of flat DT The flat DT (currently embedded in vmlinux) is in .init section. The unflattened/binary tree doesn't copy strings through and references them from orig flat DT - which could cause catestrohpy if of_* APIs are called post init, say from a driver which is a loadable module. Reported-by: James Hogan <james.hogan@imgtec.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>