Re: [U-Boot] [PATCH] MIPS: bootm: Add fixup of '/memory' node.

2016-04-18 Thread Daniel Schwierzeck
2016-04-18 15:01 GMT+02:00 Purna Chandra Mandal : > 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) _arc

[U-Boot] [PATCH] MIPS: bootm: Add fixup of '/memory' node.

2016-04-18 Thread Purna Chandra Mandal
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/b