Include missing headers for fdt_support.h

fdt_support.h is missing declarations for bd_t. Including asm/u-boot.h
pulls in the definition.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
This commit is contained in:
Sean Anderson 2019-12-17 21:21:54 -05:00 committed by Simon Glass
parent f6a8c0f468
commit 63736e9c96

View File

@ -9,6 +9,7 @@
#ifdef CONFIG_OF_LIBFDT
#include <asm/u-boot.h>
#include <linux/libfdt.h>
u32 fdt_getprop_u32_default_node(const void *fdt, int off, int cell,