>-----Original Message-----
>From: Bin Meng <bmeng...@gmail.com>
>Sent: Thursday, February 18, 2021 9:28 PM
>To: Simon Glass <s...@chromium.org>; Alexander Graf <ag...@csgraf.de>;
>Priyanka Jain <priyanka.j...@nxp.com>
>Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Tom Rini
><tr...@konsulko.com>; Marek Szyprowski <m.szyprow...@samsung.com>;
>Matthias Brugger <mbrug...@suse.com>
>Subject: [PATCH v2 17/38] common: Move initr_addr_map() to a bit earlier
>
>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...@gmail.com>
>Reviewed-by: Simon Glass <s...@chromium.org>
>---
>
>(no changes since v1)
>
> common/board_r.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
Reviewed-by: Priyanka Jain <priyanka.j...@nxp.com>

Reply via email to