]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix constness of the fdt void pointer in fdt_getprop_u32_default
authorGabe Black <gabeblack@chromium.org>
Tue, 8 Nov 2011 09:09:44 +0000 (01:09 -0800)
committerGerald Van Baren <gvb@unssw.com>
Sun, 13 Nov 2011 16:21:34 +0000 (11:21 -0500)
commit07e12784966c1d61b07861e6971fb8750a2ecc0c
tree0a95d20ef73d8d91742e43b2d0c7cfb7b189bd5f
parentde16606ae3445c3822720487178ecf7fbdd0c378
Fix constness of the fdt void pointer in fdt_getprop_u32_default

The function fdt_getprop_u32_default doesn't modify the fdt, so it can use a
const void * for its fdt argument.

Signed-off-by: Gabe Black <gabeblack@chromium.org>
common/fdt_support.c
include/fdt_support.h