]> git.sur5r.net Git - u-boot/commit
ARM: convert arch_fixup_memory_node to a generic FDT fixup function
authorMa Haijun <mahaijuns@gmail.com>
Sat, 12 Jul 2014 13:24:06 +0000 (14:24 +0100)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 28 Jul 2014 15:19:49 +0000 (17:19 +0200)
commite29607ed972056723e4bf0ac90767421cf0f0b78
tree6e2f8023065d2f222955881c2a398048b735cbed
parent38510a4b34a699a534121ad3cb9096cc0fd7a86e
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>
arch/arm/lib/bootm-fdt.c
arch/arm/lib/bootm.c
common/image-fdt.c
include/common.h