
6 Jul
2017
6 Jul
'17
4:52 p.m.
On Fri, Jun 16, 2017 at 11:37 AM, Simon Glass sjg@chromium.org wrote:
At present this feature casts the address to a pointer. Use the map_sysmem() function so that it will work correctly on sandbox.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v3:
- Add new patch to use map_sysmem() for the pre-relocation console
Changes in v2: None
common/console.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com Tested-by: Bin Meng bmeng.cn@gmail.com
Applied to u-boot-dm, thanks!