
8 Feb
2021
8 Feb
'21
5:21 a.m.
On Sun, 7 Feb 2021 at 08:12, Bin Meng bmeng.cn@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@gmail.com
common/board_r.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org