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 /common | |
| parent | 3dd4e916324efc825a7ee8e412f5cf1ded839021 (diff) | |
| parent | 468091a4602f78aaa11d41190ae66d8b240e144a (diff) | |
Merge branch '2022-08-10-assorted-updates'
- An assortment of bugfixes and minor updates
Diffstat (limited to 'common')
| -rw-r--r-- | common/bloblist.c | 1 | ||||
| -rw-r--r-- | common/board_f.c | 1 | ||||
| -rw-r--r-- | common/board_r.c | 1 | ||||
| -rw-r--r-- | common/console.c | 1 | ||||
| -rw-r--r-- | common/log.c | 1 | ||||
| -rw-r--r-- | common/splash.c | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/common/bloblist.c b/common/bloblist.c index 406073c8105..8488663354b 100644 --- a/common/bloblist.c +++ b/common/bloblist.c @@ -9,6 +9,7 @@ #include <common.h> #include <bloblist.h> +#include <display_options.h> #include <log.h> #include <malloc.h> #include <mapmem.h> diff --git a/common/board_f.c b/common/board_f.c index 5c86faeb217..18e2246733b 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -16,6 +16,7 @@ #include <console.h> #include <cpu.h> #include <cpu_func.h> +#include <display_options.h> #include <dm.h> #include <env.h> #include <env_internal.h> diff --git a/common/board_r.c b/common/board_r.c index e702f0234ee..56eb60fa275 100644 --- a/common/board_r.c +++ b/common/board_r.c @@ -13,6 +13,7 @@ #include <api.h> #include <bootstage.h> #include <cpu_func.h> +#include <display_options.h> #include <exports.h> #ifdef CONFIG_MTD_NOR_FLASH #include <flash.h> diff --git a/common/console.c b/common/console.c index dc071f1ed66..bde94122399 100644 --- a/common/console.c +++ b/common/console.c @@ -7,6 +7,7 @@ #include <common.h> #include <console.h> #include <debug_uart.h> +#include <display_options.h> #include <dm.h> #include <env.h> #include <stdarg.h> diff --git a/common/log.c b/common/log.c index 7254aa70bfd..57b71ed1b36 100644 --- a/common/log.c +++ b/common/log.c @@ -7,6 +7,7 @@ */ #include <common.h> +#include <display_options.h> #include <log.h> #include <malloc.h> #include <asm/global_data.h> diff --git a/common/splash.c b/common/splash.c index 98f0089266d..0e520cc1030 100644 --- a/common/splash.c +++ b/common/splash.c @@ -21,6 +21,7 @@ */ #include <common.h> +#include <display_options.h> #include <env.h> #include <splash.h> #include <lcd.h> |
