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

@ -4,6 +4,7 @@
* Minkyu Kang <mk7.kang@samsung.com> * Minkyu Kang <mk7.kang@samsung.com>
*/ */
#include <common.h> #include <common.h>
#include <display_options.h>
#include <fdtdec.h> #include <fdtdec.h>
#include <init.h> #include <init.h>
#include <asm/global_data.h> #include <asm/global_data.h>

View File

@ -43,6 +43,7 @@
* do a read-modify-write for partially programmed pages * do a read-modify-write for partially programmed pages
*/ */
#include <common.h> #include <common.h>
#include <display_options.h>
#include <flash.h> #include <flash.h>
#include <log.h> #include <log.h>
#include <asm/io.h> #include <asm/io.h>

View File

@ -6,6 +6,7 @@
#include <common.h> #include <common.h>
#include <command.h> #include <command.h>
#include <config.h> #include <config.h>
#include <display_options.h>
#include <fuse.h> #include <fuse.h>
#include <mapmem.h> #include <mapmem.h>
#include <image.h> #include <image.h>

View File

@ -12,6 +12,7 @@
#include <common.h> #include <common.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <clock_legacy.h> #include <clock_legacy.h>
#include <display_options.h>
#include <init.h> #include <init.h>
#include <irq_func.h> #include <irq_func.h>
#include <log.h> #include <log.h>

View File

@ -10,6 +10,7 @@
*/ */
#include <common.h> #include <common.h>
#include <display_options.h>
#include <env.h> #include <env.h>
#include <init.h> #include <init.h>
#include <net.h> #include <net.h>

View File

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

View File

@ -18,6 +18,7 @@
#include <common.h> #include <common.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <display_options.h>
#include <net.h> #include <net.h>
#include <time.h> #include <time.h>
#include <vsprintf.h> #include <vsprintf.h>

View File

@ -7,6 +7,7 @@
*/ */
#include <common.h> #include <common.h>
#include <display_options.h>
#include <asm/bitops.h> #include <asm/bitops.h>
#include <asm/global_data.h> #include <asm/global_data.h>
#include <linux/compiler.h> #include <linux/compiler.h>

View File

@ -7,6 +7,7 @@
*/ */
#include <common.h> #include <common.h>
#include <display_options.h>
#include <errno.h> #include <errno.h>
#include <init.h> #include <init.h>
#include <log.h> #include <log.h>

View File

@ -4,6 +4,7 @@
*/ */
#include <common.h> #include <common.h>
#include <display_options.h>
#include <init.h> #include <init.h>
#include <malloc.h> #include <malloc.h>
#include <errno.h> #include <errno.h>

View File

@ -4,6 +4,7 @@
*/ */
#include <common.h> #include <common.h>
#include <clock_legacy.h> #include <clock_legacy.h>
#include <display_options.h>
#include <env.h> #include <env.h>
#include <i2c.h> #include <i2c.h>
#include <init.h> #include <init.h>

View File

@ -5,6 +5,7 @@
*/ */
#include <common.h> #include <common.h>
#include <clock_legacy.h> #include <clock_legacy.h>
#include <display_options.h>
#include <env.h> #include <env.h>
#include <init.h> #include <init.h>
#include <malloc.h> #include <malloc.h>

View File

@ -5,6 +5,7 @@
*/ */
#include <common.h> #include <common.h>
#include <clock_legacy.h> #include <clock_legacy.h>
#include <display_options.h>
#include <env.h> #include <env.h>
#include <init.h> #include <init.h>
#include <malloc.h> #include <malloc.h>

View File

@ -5,6 +5,7 @@
#include <common.h> #include <common.h>
#include <clock_legacy.h> #include <clock_legacy.h>
#include <display_options.h>
#include <dm.h> #include <dm.h>
#include <init.h> #include <init.h>
#include <asm/global_data.h> #include <asm/global_data.h>

View File

@ -6,6 +6,7 @@
*/ */
#include <common.h> #include <common.h>
#include <display_options.h>
#include <init.h> #include <init.h>
#include <net.h> #include <net.h>
#include <pci.h> #include <pci.h>

View File

@ -6,6 +6,7 @@
*/ */
#include <common.h> #include <common.h>
#include <display_options.h>
#include <dm.h> #include <dm.h>
#include <eeprom.h> #include <eeprom.h>
#include <init.h> #include <init.h>

View File

@ -5,6 +5,7 @@
* Copyright 2019-2021 Traverse Technologies * Copyright 2019-2021 Traverse Technologies
*/ */
#include <common.h> #include <common.h>
#include <display_options.h>
#include <dm/uclass.h> #include <dm/uclass.h>
#include <env.h> #include <env.h>
#include <i2c.h> #include <i2c.h>

View File

@ -11,6 +11,7 @@
#include <common.h> #include <common.h>
#include <bootstage.h> #include <bootstage.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <display_options.h>
#include <env.h> #include <env.h>
#include <fpga.h> #include <fpga.h>
#include <image.h> #include <image.h>

View File

@ -9,6 +9,7 @@
#ifndef USE_HOSTCC #ifndef USE_HOSTCC
#include <common.h> #include <common.h>
#include <env.h> #include <env.h>
#include <display_options.h>
#include <init.h> #include <init.h>
#include <lmb.h> #include <lmb.h>
#include <log.h> #include <log.h>

View File

@ -5,6 +5,7 @@
*/ */
#include <common.h> #include <common.h>
#include <command.h> #include <command.h>
#include <display_options.h>
#include <mapmem.h> #include <mapmem.h>
#include <acpi/acpi_table.h> #include <acpi/acpi_table.h>
#include <asm/acpi_table.h> #include <asm/acpi_table.h>

View File

@ -13,6 +13,7 @@
#include <axi.h> #include <axi.h>
#include <command.h> #include <command.h>
#include <console.h> #include <console.h>
#include <display_options.h>
#include <dm.h> #include <dm.h>
#include <log.h> #include <log.h>

View File

@ -9,6 +9,7 @@
#include <bcb.h> #include <bcb.h>
#include <command.h> #include <command.h>
#include <common.h> #include <common.h>
#include <display_options.h>
#include <log.h> #include <log.h>
#include <part.h> #include <part.h>
#include <malloc.h> #include <malloc.h>

View File

@ -8,6 +8,7 @@
#include <common.h> #include <common.h>
#include <command.h> #include <command.h>
#include <cpu.h> #include <cpu.h>
#include <display_options.h>
#include <dm.h> #include <dm.h>
#include <errno.h> #include <errno.h>

View File

@ -11,6 +11,7 @@
#include <common.h> #include <common.h>
#include <command.h> #include <command.h>
#include <console.h> #include <console.h>
#include <display_options.h>
#include <gdsys_fpga.h> #include <gdsys_fpga.h>

View File

@ -9,6 +9,7 @@
#include <common.h> #include <common.h>
#include <command.h> #include <command.h>
#include <display_options.h>
#include <asm/io.h> #include <asm/io.h>
/* Display values from last command */ /* Display values from last command */

View File

@ -16,6 +16,7 @@
#include <cli.h> #include <cli.h>
#include <command.h> #include <command.h>
#include <console.h> #include <console.h>
#include <display_options.h>
#ifdef CONFIG_MTD_NOR_FLASH #ifdef CONFIG_MTD_NOR_FLASH
#include <flash.h> #include <flash.h>
#endif #endif

View File

@ -8,6 +8,7 @@
#include <blk.h> #include <blk.h>
#include <command.h> #include <command.h>
#include <console.h> #include <console.h>
#include <display_options.h>
#include <memalign.h> #include <memalign.h>
#include <mmc.h> #include <mmc.h>
#include <part.h> #include <part.h>

View File

@ -2,6 +2,7 @@
#include <common.h> #include <common.h>
#include <command.h> #include <command.h>
#include <display_options.h>
#include <dm.h> #include <dm.h>
#include <hexdump.h> #include <hexdump.h>
#include <i2c.h> #include <i2c.h>

View File

@ -7,6 +7,7 @@
#include <common.h> #include <common.h>
#include <command.h> #include <command.h>
#include <display_options.h>
#include <div64.h> #include <div64.h>
#include <dm.h> #include <dm.h>
#include <log.h> #include <log.h>

View File

@ -6,6 +6,7 @@
#include <common.h> #include <common.h>
#include <command.h> #include <command.h>
#include <display_options.h>
#include <timestamp.h> #include <timestamp.h>
#include <version.h> #include <version.h>
#include <version_string.h> #include <version_string.h>

View File

@ -9,6 +9,7 @@
#include <common.h> #include <common.h>
#include <bloblist.h> #include <bloblist.h>
#include <display_options.h>
#include <log.h> #include <log.h>
#include <malloc.h> #include <malloc.h>
#include <mapmem.h> #include <mapmem.h>

View File

@ -16,6 +16,7 @@
#include <console.h> #include <console.h>
#include <cpu.h> #include <cpu.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <display_options.h>
#include <dm.h> #include <dm.h>
#include <env.h> #include <env.h>
#include <env_internal.h> #include <env_internal.h>

View File

@ -13,6 +13,7 @@
#include <api.h> #include <api.h>
#include <bootstage.h> #include <bootstage.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <display_options.h>
#include <exports.h> #include <exports.h>
#ifdef CONFIG_MTD_NOR_FLASH #ifdef CONFIG_MTD_NOR_FLASH
#include <flash.h> #include <flash.h>

View File

@ -7,6 +7,7 @@
#include <common.h> #include <common.h>
#include <console.h> #include <console.h>
#include <debug_uart.h> #include <debug_uart.h>
#include <display_options.h>
#include <dm.h> #include <dm.h>
#include <env.h> #include <env.h>
#include <stdarg.h> #include <stdarg.h>

View File

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

View File

@ -21,6 +21,7 @@
*/ */
#include <common.h> #include <common.h>
#include <display_options.h>
#include <env.h> #include <env.h>
#include <splash.h> #include <splash.h>
#include <lcd.h> #include <lcd.h>

View File

@ -9,6 +9,7 @@
#define LOG_CATEOGRY LOGC_ACPI #define LOG_CATEOGRY LOGC_ACPI
#include <common.h> #include <common.h>
#include <display_options.h>
#include <dm.h> #include <dm.h>
#include <log.h> #include <log.h>
#include <malloc.h> #include <malloc.h>

View File

@ -9,6 +9,7 @@
#include <common.h> #include <common.h>
#include <cpu.h> #include <cpu.h>
#include <display_options.h>
#include <dm.h> #include <dm.h>
#include <errno.h> #include <errno.h>
#include <init.h> #include <init.h>

View File

@ -11,6 +11,7 @@
*/ */
#include <common.h> #include <common.h>
#include <display_options.h>
#include <dm.h> #include <dm.h>
#include <i2c.h> #include <i2c.h>
#include <fsl_ddr_sdram.h> #include <fsl_ddr_sdram.h>

View File

@ -10,6 +10,7 @@
#include <common.h> #include <common.h>
#include <clk.h> #include <clk.h>
#include <display_options.h>
#include <dm.h> #include <dm.h>
#include <log.h> #include <log.h>
#include <mmc.h> #include <mmc.h>

View File

@ -14,6 +14,7 @@
*/ */
#include <common.h> #include <common.h>
#include <display_options.h>
#include <linux/compat.h> #include <linux/compat.h>
#include <linux/mtd/mtd.h> #include <linux/mtd/mtd.h>
#include <linux/mtd/onenand.h> #include <linux/mtd/onenand.h>

View File

@ -7,6 +7,7 @@
*/ */
#include <common.h> #include <common.h>
#include <display_options.h>
#include <dm.h> #include <dm.h>
#include <errno.h> #include <errno.h>
#include <fdtdec.h> #include <fdtdec.h>

View File

@ -10,6 +10,7 @@
*/ */
#include <common.h> #include <common.h>
#include <display_options.h>
#include <log.h> #include <log.h>
#include <watchdog.h> #include <watchdog.h>
#include <dm.h> #include <dm.h>

View File

@ -9,6 +9,7 @@
#include <config.h> #include <config.h>
#include <common.h> #include <common.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <display_options.h>
#include <dm.h> #include <dm.h>
#include <log.h> #include <log.h>
#include <net.h> #include <net.h>

View File

@ -6,6 +6,7 @@
*/ */
#include <common.h> #include <common.h>
#include <display_options.h>
#include <dm.h> #include <dm.h>
#include <tpm-v1.h> #include <tpm-v1.h>
#include <i2c.h> #include <i2c.h>

View File

@ -4,6 +4,7 @@
*/ */
#include <common.h> #include <common.h>
#include <display_options.h>
#include <dm.h> #include <dm.h>
#include <tpm-v1.h> #include <tpm-v1.h>
#include <asm/state.h> #include <asm/state.h>

View File

@ -7,6 +7,7 @@
#include <command.h> #include <command.h>
#include <config.h> #include <config.h>
#include <display_options.h>
#include <errno.h> #include <errno.h>
#include <common.h> #include <common.h>
#include <env.h> #include <env.h>

View File

@ -23,7 +23,6 @@
#include <stdio.h> #include <stdio.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <asm/u-boot.h> /* boot information for Linux kernel */ #include <asm/u-boot.h> /* boot information for Linux kernel */
#include <display_options.h>
#include <vsprintf.h> #include <vsprintf.h>
#endif /* __ASSEMBLY__ */ #endif /* __ASSEMBLY__ */

View File

@ -19,6 +19,7 @@
* @size: Size to print * @size: Size to print
* @suffix String to print after the size * @suffix String to print after the size
*/ */
#include <display_options.h>
void print_size(uint64_t size, const char *suffix); void print_size(uint64_t size, const char *suffix);
/** /**

View File

@ -23,6 +23,7 @@
#ifndef USE_HOSTCC #ifndef USE_HOSTCC
#include <common.h> #include <common.h>
#include <display_options.h>
#include <log.h> #include <log.h>
#else #else
#include <string.h> #include <string.h>

View File

@ -7,6 +7,7 @@
#include <common.h> #include <common.h>
#include <compiler.h> #include <compiler.h>
#include <console.h> #include <console.h>
#include <display_options.h>
#include <div64.h> #include <div64.h>
#include <version_string.h> #include <version_string.h>
#include <linux/ctype.h> #include <linux/ctype.h>

View File

@ -6,6 +6,7 @@
#ifndef USE_HOSTCC #ifndef USE_HOSTCC
#include <common.h> #include <common.h>
#include <boot_fit.h> #include <boot_fit.h>
#include <display_options.h>
#include <dm.h> #include <dm.h>
#include <hang.h> #include <hang.h>
#include <init.h> #include <init.h>

View File

@ -28,6 +28,7 @@
#include <common.h> #include <common.h>
#include <command.h> #include <command.h>
#include <display_options.h>
#ifdef CONFIG_SYS_DIRECT_FLASH_NFS #ifdef CONFIG_SYS_DIRECT_FLASH_NFS
#include <flash.h> #include <flash.h>
#endif #endif

View File

@ -7,6 +7,7 @@
*/ */
#include <common.h> #include <common.h>
#include <command.h> #include <command.h>
#include <display_options.h>
#include <efi_loader.h> #include <efi_loader.h>
#include <env.h> #include <env.h>
#include <image.h> #include <image.h>