1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-31 10:26:10 +01:00
Files
u-boot-megous/common/fdt_support.c
Gabe Black 07e1278496 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>
2011-11-13 11:21:34 -05:00

34 KiB