]> git.ipfire.org Git - people/ms/u-boot.git/commit
MIPS: fix syntax for fdt_chosen/initrd.
authorGovindraj Raja <Govindraj.Raja@imgtec.com>
Wed, 19 Aug 2015 18:19:15 +0000 (19:19 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 21 Aug 2015 13:22:41 +0000 (15:22 +0200)
commit4adcb2380c899be91e46be93662084b3e08c5f21
tree337d662c607ca2e3a1f226e8f54de56e45bc62c5
parent73a4152b2579c86f4401e0984c70eed7dd8cedfa
MIPS: fix syntax for fdt_chosen/initrd.

The syntax for the fdt_chosen/initrd
functions seem to deprecated in usage
from MIPS bootm implementation.

Third parameter is no more used in these api's
Refer to : include/fdt_support.h

Signed-off-by: Govindraj Raja <govindraj.raja@imgtec.com>
arch/mips/lib/bootm.c