On Mon, Jan 21, 2019 at 10:40 PM Andreas Schwab <[email protected]> wrote: > > On Jan 21 2019, Anup Patel <[email protected]> wrote: > > > There is a fix required in BBL for real board. We have not send > > this fix to riscv-pk. > > Where can I find the patch?
The fix is to set following DT prop in /chosen DT node: stdout-path = "/soc/serial@10010000:115200" As we can see, the "stdout-path" is specific to SiFive FU540 board so setting it in BBL is a nasty hack hence we did not push it anywhere. Ideally, we should set above mentioned stdout-path DT prop in SiFive FU540 DTS passed by FSBL. Regards, Anup _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

