]> git.karo-electronics.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:30:32 +0000 (10:30 +0200)
commit1ecc0637342228ec892fc6e522210e4562c00693
tree01efddb243a8f880e3b4e7c2793aec3bddb04082
parent3b22679a7601206e2a9f33afa52f8da884737809
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