Skip to content
Snippets Groups Projects
Commit 07e12784 authored by Gabe Black's avatar Gabe Black Committed by Gerald Van Baren
Browse files

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: default avatarGabe Black <gabeblack@chromium.org>
parent de16606a
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment