diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-10-27 18:52:34 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-16 10:26:32 +0000 |
commit | 55d6238fa6cd6297a4bad5c34b6618d52e848618 (patch) | |
tree | b464dd8344cb898a0267559f26e4cea522ee9e38 /src/mainboard/lenovo/g505s | |
parent | 52fdc050139649ce17df82e98e59e78e79418801 (diff) | |
download | coreboot-55d6238fa6cd6297a4bad5c34b6618d52e848618.tar.xz |
src: Remove unneeded include <cbfs.h>
Change-Id: Iab0bd1c5482331a0c048a05ab806bf5c4dbda780
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/29303
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo/g505s')
-rw-r--r-- | src/mainboard/lenovo/g505s/BiosCallOuts.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/g505s/BiosCallOuts.c b/src/mainboard/lenovo/g505s/BiosCallOuts.c index b365989140..9c6c9b68f7 100644 --- a/src/mainboard/lenovo/g505s/BiosCallOuts.c +++ b/src/mainboard/lenovo/g505s/BiosCallOuts.c @@ -17,7 +17,6 @@ #include <northbridge/amd/agesa/BiosCallOuts.h> #include <northbridge/amd/agesa/state_machine.h> -#include <cbfs.h> #include <southbridge/amd/agesa/hudson/imc.h> #include <vendorcode/amd/agesa/f15tn/Proc/Fch/FchPlatform.h> #include <stdlib.h> |