Home
last modified time | relevance | path

Searched hist:"66 bd1cff901c5b19b351c7b5ad48cee09c15d992" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dcpu.c66bd1cff901c5b19b351c7b5ad48cee09c15d992 Thu Feb 27 20:25:55 UTC 2014 Simon Glass <sjg@chromium.org> Use a const pointer for map_to_sysmem()

This function does not actually change the pointer contents, so use const
so that functions which have a const pointer do not need to cast.

Signed-off-by: Simon Glass <sjg@chromium.org>