diff options
Diffstat (limited to 'board/phytec/pcm058/pcm058.c')
-rw-r--r-- | board/phytec/pcm058/pcm058.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/phytec/pcm058/pcm058.c b/board/phytec/pcm058/pcm058.c index 1538158987..277590f4a9 100644 --- a/board/phytec/pcm058/pcm058.c +++ b/board/phytec/pcm058/pcm058.c @@ -397,7 +397,7 @@ int board_late_init(void) #ifdef CONFIG_SPL_BUILD #include <spl.h> -#include <libfdt.h> +#include <linux/libfdt.h> static const struct mx6dq_iomux_ddr_regs mx6_ddr_ioregs = { .dram_sdclk_0 = 0x00000030, |