commit | 7dbb021aa3cc6a77e93809d3b85a42a1c21bfc0a | [log] [tgz] |
---|---|---|
author | Ovidiu Panait <ovidiu.panait@windriver.com> | Sat Jan 01 19:13:29 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 18 08:31:02 2022 -0500 |
tree | 39205ba09c571c615d7a0aaed6bd491ec2f31e10 | |
parent | 9ef3c8ab1486580e8a7282418f639060f21db61b [diff] |
common: board_r: move init_addr_map() to init.h asm/mmu.h include is currently guarded by CONFIG_ADDR_MAP ifdef because the header is only present on arm and powerpc. In order to remove the dependency on this header and the associated ifdef, move init_addr_map() declaration to init.h, since it is only called during the common init sequence. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>