diff options
Diffstat (limited to 'board/el/el6x/el6x.c')
-rw-r--r-- | board/el/el6x/el6x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/el/el6x/el6x.c b/board/el/el6x/el6x.c index b2fe7fd291..ad23eb0a8d 100644 --- a/board/el/el6x/el6x.c +++ b/board/el/el6x/el6x.c @@ -481,7 +481,7 @@ int checkboard(void) #ifdef CONFIG_SPL_BUILD #include <spl.h> -#include <libfdt.h> +#include <linux/libfdt.h> const struct mx6dq_iomux_ddr_regs mx6_ddr_ioregs = { .dram_sdclk_0 = 0x00020030, |