diff options
Diffstat (limited to 'common/spl/spl.c')
-rw-r--r-- | common/spl/spl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/spl/spl.c b/common/spl/spl.c index 9a879e9fb10..e06bc75d36b 100644 --- a/common/spl/spl.c +++ b/common/spl/spl.c @@ -6,7 +6,7 @@ * Aneesh V <aneesh@ti.com> */ -#include <config.h> +#include <common.h> #include <bloblist.h> #include <binman_sym.h> #include <bootstage.h> @@ -23,6 +23,7 @@ #include <system-constants.h> #include <asm/global_data.h> #include <asm-generic/gpio.h> +#include <asm/u-boot.h> #include <nand.h> #include <fat.h> #include <u-boot/crc.h> |