[U-Boot] [PATCH 4/4] MIPS: call debug_uart_init right before board_init_f
Daniel Schwierzeck
daniel.schwierzeck at gmail.com
Sun Apr 30 18:22:53 UTC 2017
Am 24.04.2017 um 19:03 schrieb Álvaro Fernández Rojas:
> From: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
>
> All MIPS boards that support debug uart are calling debug_uart_init right at
> the beginning of board_early_init_f.
> Instead of doing that, let's provide a generic call to debug_uart_init right
> before the call to board_init_f if debug uart is enabled for boards without
> stack in SRAM.
> On the other hand, boards with stack in SRAM can call earlier (right before
> low level init).
>
> Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
> Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
> ---
> v2: Introduce the changes suggested by Daniel Schwierzeck:
> - Call debug_uart_init before low level init for boards with stack in SRAM.
>
> arch/mips/cpu/start.S | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
>
applied to u-boot-mips/next, thanks!
--
- Daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170430/738a1195/attachment.sig>
More information about the U-Boot
mailing list