Switch uboot logs to usart6
Hello, I have a board based on the stm32mp153a and I'm trying to get it to boot, unfortunately I can only access USART 6 while it seems that uboot only tries to interact using uart4.
In my dbs file I have overridden usart6/status to be "okay" instead of disabled and have set stdout-path in /chosen (though I believe that would only impact the kernel)
However this is not working and I think I am missing something, does anyone know how to change the port used for output by uboot?
Thank you for your help
