diff options
| author | Tom Rini <[email protected]> | 2023-07-20 21:31:31 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-07-20 21:31:31 -0400 |
| commit | e896279ac39ebb97f23e6132bf7668a61e1cd86b (patch) | |
| tree | 24e035ebd13dbd272da4b3845a1dfcac66e4a86f /test | |
| parent | 7fe5accb4516144b7abb8f183640cdf50423121e (diff) | |
| parent | 24142ead21ed5e4d2d6f39dd410d91d815ea1ae2 (diff) | |
Merge tag 'dm-pull-20jul23' of https://source.denx.de/u-boot/custodians/u-boot-dm
binman mkimage and template enhancements
misc fixes
Diffstat (limited to 'test')
| -rw-r--r-- | test/dm/video.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/video.c b/test/dm/video.c index 0534ee93a3d..d907f681600 100644 --- a/test/dm/video.c +++ b/test/dm/video.c @@ -15,6 +15,7 @@ #include <video.h> #include <video_console.h> #include <asm/test.h> +#include <asm/sdl.h> #include <dm/test.h> #include <dm/uclass-internal.h> #include <test/test.h> |
