generic: fix appended dtb support
authorMarcin Nowakowski <marcin.nowakowski@fungible.com>
Mon, 13 May 2019 12:32:43 +0000 (14:32 +0200)
committerPaul Burton <paul.burton@mips.com>
Mon, 13 May 2019 19:02:47 +0000 (12:02 -0700)
commit67eebf7213046e65d8fb1f37f5fd10d5fb71e098
tree158ae7ec45da3912e7ccf0927792278e6d88f756
parente6308b6d35ea706c23a589a8c709fa444ff13e17
generic: fix appended dtb support

Appended DTB support is mostly intended to be used on legacy systems,
but it is a valid feature that can be enabled for generic platform,
which currently doesn't support it - if selected, the appended DTB will
be ignored by the platform startup code.

During kernel startup, the appended DTB's location is stored in
fw_passed_dtb if the init code finds what appears to be a valid DTB.
Otherwise (if a0 == -2), a1 is stored in fw_passed_dtb, so either way it
will always point to either a user-passed DTB or built-in DTB.

Signed-off-by: Marcin Nowakowski <marcin.nowakowski@fungible.com>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: linux-mips@vger.kernel.org
arch/mips/generic/init.c