[PATCH 16/26] common: Move initr_addr_map() to a bit earlier
Simon Glass
sjg at chromium.org
Mon Feb 8 05:21:03 CET 2021
On Sun, 7 Feb 2021 at 08:12, Bin Meng <bmeng.cn at gmail.com> wrote:
>
> At present initr_addr_map() is put at a late stage in the
> init_sequence_r[] calls. This won't work because lot of
> device driver initialization (e.g.: serial port) happens
> before it but is lack of the address translation support.
>
> This moves the call to a bit earlier, right after the DM
> initialization.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> common/board_r.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list