diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-12-29 08:22:01 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-01 14:56:42 +0000 |
commit | 8292f4160a80a391892a42c7305e5992d278d254 (patch) | |
tree | bde46ab798b9a98aab42d5d116c17d9dde3f482d /src/mainboard/google/brya/bootblock.c | |
parent | b23571c18efde083dd702c22ccc03dd6a08626b1 (diff) |
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>
Diffstat (limited to 'src/mainboard/google/brya/bootblock.c')
-rw-r--r-- | src/mainboard/google/brya/bootblock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/bootblock.c b/src/mainboard/google/brya/bootblock.c index ac0dc32da8..d391cd1de5 100644 --- a/src/mainboard/google/brya/bootblock.c +++ b/src/mainboard/google/brya/bootblock.c @@ -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> |