platform: sifive/fu540: Remove "stdout-path" fix-up
authorBin Meng <bmeng.cn@gmail.com>
Tue, 17 Mar 2020 14:59:47 +0000 (07:59 -0700)
committerAnup Patel <anup@brainfault.org>
Wed, 18 Mar 2020 04:32:08 +0000 (10:02 +0530)
commit1071f0566359e1b8612b31a6953e6328cb5ff9be
treef79c1053dbe571ca0496d16a96249279fe315347
parent6f9bb83c1ff1156bf01d04ab8105765bd3fc20f7
platform: sifive/fu540: Remove "stdout-path" fix-up

As of today the upstream U-Boot & Linux kernel ships a device tree
that already has "stdout-path" properly set in the "/chosen" node.
This is the same with the QEMU 'sifive_u' machine. Hence the codes
to fix up the "stdout-path" in OpenSBI is not necessary.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
platform/sifive/fu540/platform.c