diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-05-24 14:29:27 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-06-02 07:42:56 +0000 |
commit | d50cde279b1523f5c6765e02c6de2af405d25982 (patch) | |
tree | 33e9f81ef413c2d829161daf7b74dd9cbaf05d7f /src/mainboard/sifive/hifive-unleashed/media.c | |
parent | e83c56ae46fd8204b8f39b6637f3ae21a6db0646 (diff) |
src: Remove unused '#include <cbfs.h>'
Found using:
diff <(git grep -l '#include <cbfs.h>' -- src/) <(git grep -l 'cbfs_boot_map_optionrom\|cbfs_boot_map_optionrom_revision\|cbfs_boot_locate\|cbfs_boot_map_with_leak\|cbfs_locate_file_in_region\|cbfs_boot_load_file\|cbfs_load_and_decompress\|cbfs_prog_stage_load\|cbfs_boot_region_device' -- src/) |grep '<' |grep -v vendorcode
Also add missing 'include <cbfs.h>' in src/soc/qualcomm/sc7180/qupv3_config.c
Change-Id: Icaecb5b910888f34cddedab7b2f64eaf6d01ad66
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41682
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/sifive/hifive-unleashed/media.c')
-rw-r--r-- | src/mainboard/sifive/hifive-unleashed/media.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/sifive/hifive-unleashed/media.c b/src/mainboard/sifive/hifive-unleashed/media.c index 9f91bcb309..2ba6d2b870 100644 --- a/src/mainboard/sifive/hifive-unleashed/media.c +++ b/src/mainboard/sifive/hifive-unleashed/media.c @@ -2,7 +2,6 @@ #include <boot_device.h> #include <symbols.h> -#include <cbfs.h> #include <device/mmio.h> #include <soc/addressmap.h> #include <soc/spi.h> |