diff options
Diffstat (limited to 'common/image.c')
-rw-r--r-- | common/image.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/image.c b/common/image.c index d8d14e871c..14e27fbe3c 100644 --- a/common/image.c +++ b/common/image.c @@ -11,6 +11,7 @@ #include <cpu_func.h> #include <env.h> #include <malloc.h> +#include <asm/cache.h> #include <u-boot/crc.h> #include <watchdog.h> |