src: Remove duplicated includes
Change-Id: I50cdffca34a6150ac11c3e83e1a603b766d1b84e Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60438 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
parent
b23571c18e
commit
8292f4160a
|
@ -5,7 +5,6 @@
|
|||
#include <console/console.h>
|
||||
#include <fmap.h>
|
||||
#include <commonlib/region.h>
|
||||
#include <console/console.h>
|
||||
#include <cpu/intel/cpu_ids.h>
|
||||
#include <intelblocks/pmclib.h>
|
||||
#include <cf9_reset.h>
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#include <boardid.h>
|
||||
#include <gpio.h>
|
||||
#include <soc/gpio.h>
|
||||
#include <baseboard/variants.h>
|
||||
|
||||
/* This table is used by guybrush variant with board version < 2. */
|
||||
static const struct soc_amd_gpio bid1_ramstage_gpio_table[] = {
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#include <boardid.h>
|
||||
#include <gpio.h>
|
||||
#include <soc/gpio.h>
|
||||
#include <baseboard/variants.h>
|
||||
|
||||
/* This table is used by nipperkin variant with board version < 2. */
|
||||
static const struct soc_amd_gpio bid1_override_gpio_table[] = {
|
||||
|
|
|
@ -3,11 +3,9 @@
|
|||
#include "board.h"
|
||||
#include <boardid.h>
|
||||
#include <bootblock_common.h>
|
||||
#include <soc/clock.h>
|
||||
#include <console/console.h>
|
||||
#include <device/device.h>
|
||||
#include <device/mmio.h>
|
||||
#include <bootblock_common.h>
|
||||
#include <soc/clock.h>
|
||||
#include <soc/qupv3_config_common.h>
|
||||
#include <soc/qup_se_handlers_common.h>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include <soc/soc_util.h>
|
||||
#include <fsp/api.h>
|
||||
#include "chip.h"
|
||||
#include <device/pci.h>
|
||||
|
||||
static void fsps_update_emmc_config(FSP_S_CONFIG *scfg,
|
||||
const struct soc_amd_picasso_config *cfg)
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#include <device/mmio.h>
|
||||
#include <soc/adsp.h>
|
||||
#include <soc/device_nvs.h>
|
||||
#include <soc/device_nvs.h>
|
||||
#include <soc/pch.h>
|
||||
#include <soc/rcba.h>
|
||||
#include <soc/intel/broadwell/pch/chip.h>
|
||||
|
|
Loading…
Reference in New Issue