]> git.baikalelectronics.ru Git - uboot.git/commit
sandbox: physmem: Use mapping to support sandbox
authorSimon Glass <sjg@chromium.org>
Sat, 24 Nov 2018 04:29:26 +0000 (21:29 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 5 Dec 2018 13:01:34 +0000 (06:01 -0700)
commit5ff103e963b607736ca81f19120a8e204e772021
tree00644dfbe8462f3878b9c26b9212bfc86d6b6835
parent5581356133065ad878f4f5e345e0499ca91dac56
sandbox: physmem: Use mapping to support sandbox

Replace the raw cast with a map_sysmem() call so this code works with
sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/physmem.c