1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

common: Drop display_options.h from common header

Move this out of the common header and include it only where needed.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2022-07-31 12:28:48 -06:00
committed by Tom Rini
parent 99699a7707
commit 4e4bf9449b
54 changed files with 53 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
*/
#include <common.h>
#include <display_options.h>
#include <log.h>
#include <malloc.h>
#include <asm/global_data.h>