summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2015-11-10 11:13:42 +0300
committerAlexey Brodkin <abrodkin@synopsys.com>2015-11-18 00:38:35 +0300
commit90841dc21ed077a045c20dba660da8235a4fa577 (patch)
tree8e98349f315e03a82284c92fcf6278b8a980d8ed /include/configs
parent3d4825446e4258192e1f2302d691a8c0c82a0975 (diff)
downloadu-boot-imx-90841dc21ed077a045c20dba660da8235a4fa577.zip
u-boot-imx-90841dc21ed077a045c20dba660da8235a4fa577.tar.gz
u-boot-imx-90841dc21ed077a045c20dba660da8235a4fa577.tar.bz2
arc: add stubs for map_physmem() and unmap_physmem()
Up until now there was no need in those stubs. But since following commit compilation of U-Boot on ARC is broken: ------------------------>8---------------------- commit 7861204c9af7fec1ea9b41541c272516235a6c93 Author: Stephen Warren <swarren@wwwdotorg.org> Date: Sat Oct 3 13:56:46 2015 -0600 itest: make memory access work under sandbox itest accesses memory, and hence must map/unmap it. Without doing so, it accesses invalid addresses and crashes. Signed-off-by: Stephen Warren <swarren@wwwdotorg.org> Reviewed-by: Simon Glass <sjg@chromium.org> ------------------------>8---------------------- That's because CMD_ITEST is enabled by default in common/Kconfig and now map_physmem()/unmap_physmem() is used there. So this patch adds missing stubs for ARC. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Reviewed-by: Simon Glass <sjg@chromium.org> Cc: Stephen Warren <swarren@wwwdotorg.org>
Diffstat (limited to 'include/configs')
0 files changed, 0 insertions, 0 deletions