commit | 62358242f66292d2435e2398237a850744f9a448 | [log] [tgz] |
---|---|---|
author | Ma Haijun <mahaijuns@gmail.com> | Sat Jul 12 14:24:06 2014 +0100 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Mon Jul 28 17:19:49 2014 +0200 |
tree | 6e2f8023065d2f222955881c2a398048b735cbed | |
parent | 03a1201ffc97bf33f664eb747f545ede78397f28 [diff] |
ARM: convert arch_fixup_memory_node to a generic FDT fixup function Some architecture needs extra device tree setup. Instead of adding yet another hook, convert arch_fixup_memory_node to be a generic FDT fixup function. [maz: collapsed 3 patches into one, rewrote commit message] Signed-off-by: Ma Haijun <mahaijuns@gmail.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>