diff options
Diffstat (limited to 'board/freescale/t4rdb/spl.c')
-rw-r--r-- | board/freescale/t4rdb/spl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/t4rdb/spl.c b/board/freescale/t4rdb/spl.c index ec3978a70a..5d018c316c 100644 --- a/board/freescale/t4rdb/spl.c +++ b/board/freescale/t4rdb/spl.c @@ -6,8 +6,10 @@ */ #include <common.h> +#include <clock_legacy.h> #include <console.h> #include <env_internal.h> +#include <init.h> #include <asm/spl.h> #include <malloc.h> #include <ns16550.h> |