]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
MIPS: bootm: Add fixup of '/memory' node.
authorPurna Chandra Mandal <purna.mandal@microchip.com>
Mon, 18 Apr 2016 13:01:38 +0000 (18:31 +0530)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Tue, 19 Apr 2016 11:21:48 +0000 (13:21 +0200)
MIPS arch do not update 'reg' property of /memory node.
As a result Linux bootup will not work unless board.dts
file contains right /memory offset-size information or
board implements required memory fixup.
Fixing by renaming (unused) _arch_fixup_memory_node_ to
_arch_fixup_fdt_ in arch/mips/lib/bootm.c inline with ARM arch.

Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>

No differences found