diff options
Diffstat (limited to 'boot/image-pre-load.c')
-rw-r--r-- | boot/image-pre-load.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/image-pre-load.c b/boot/image-pre-load.c index cc19017..b504ab4 100644 --- a/boot/image-pre-load.c +++ b/boot/image-pre-load.c @@ -3,6 +3,7 @@ * Copyright (C) 2021 Philippe Reynes <philippe.reynes@softathome.com> */ +#include <common.h> #include <asm/global_data.h> DECLARE_GLOBAL_DATA_PTR; #include <image.h> |