diff options
| author | Tom Rini <[email protected]> | 2022-08-10 17:49:20 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-08-10 17:49:20 -0400 |
| commit | cdebee1fd9fa04cc4c972f826bae19b28c253eb0 (patch) | |
| tree | 97a13d6a54ea8cb825d19cd65d4c9480ffd327dc /boot | |
| parent | 3dd4e916324efc825a7ee8e412f5cf1ded839021 (diff) | |
| parent | 468091a4602f78aaa11d41190ae66d8b240e144a (diff) | |
Merge branch '2022-08-10-assorted-updates'
- An assortment of bugfixes and minor updates
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/image-board.c | 1 | ||||
| -rw-r--r-- | boot/image.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/boot/image-board.c b/boot/image-board.c index b846bff2491..4e4d1c157d7 100644 --- a/boot/image-board.c +++ b/boot/image-board.c @@ -11,6 +11,7 @@ #include <common.h> #include <bootstage.h> #include <cpu_func.h> +#include <display_options.h> #include <env.h> #include <fpga.h> #include <image.h> diff --git a/boot/image.c b/boot/image.c index 5dcb55ba46a..a0d0cc2403d 100644 --- a/boot/image.c +++ b/boot/image.c @@ -9,6 +9,7 @@ #ifndef USE_HOSTCC #include <common.h> #include <env.h> +#include <display_options.h> #include <init.h> #include <lmb.h> #include <log.h> |
