diff options
Diffstat (limited to 'board/compulab/cm_t43/spl.c')
-rw-r--r-- | board/compulab/cm_t43/spl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/compulab/cm_t43/spl.c b/board/compulab/cm_t43/spl.c index 7da9a9ad86b..016c63a509a 100644 --- a/board/compulab/cm_t43/spl.c +++ b/board/compulab/cm_t43/spl.c @@ -4,6 +4,8 @@ */ #include <common.h> +#include <hang.h> +#include <init.h> #include <spl.h> #include <i2c.h> #include <asm/arch/clock.h> |