OSDN Git Service

nds32: Fix the dts pointer is not passed correctly issue.
authorGreentime Hu <greentime@andestech.com>
Thu, 28 Jun 2018 10:29:21 +0000 (18:29 +0800)
committerGreentime Hu <greentime@andestech.com>
Tue, 3 Jul 2018 03:12:06 +0000 (11:12 +0800)
commit6897e6ecb3167598cb45e1a1424dd4d5e3778837
tree5a3941d87f779014275cced320aceee690695e55
parentf706abf188a82c9d961ed267a18ff5cb5e9aace9
nds32: Fix the dts pointer is not passed correctly issue.

We found that the original implementation will only use the built-in dtb
pointer instead of the pointer pass from bootloader. This bug is fixed
by this patch.

Signed-off-by: Greentime Hu <greentime@andestech.com>
arch/nds32/kernel/setup.c