diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-11-26 21:44:52 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-28 11:54:42 +0000 |
commit | 8541edec3de00a7091c3c84540f6b849df336393 (patch) | |
tree | 6ae3823d44dd2aaf3084b5ab0524853f0033d399 /src/mainboard/bap | |
parent | 1e008e0e0edcc5825754db88f9c8983ad7b82266 (diff) |
src/{mainboard,southbridge}: Remove commented include lines
Change-Id: Ie06ae528ade3e06ae880b488628692ce43c30f5a
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/29845
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/bap')
-rw-r--r-- | src/mainboard/bap/ode_e20XX/buildOpts.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/bap/ode_e20XX/buildOpts.c b/src/mainboard/bap/ode_e20XX/buildOpts.c index 2f6143ed81..6c405cc18e 100644 --- a/src/mainboard/bap/ode_e20XX/buildOpts.c +++ b/src/mainboard/bap/ode_e20XX/buildOpts.c @@ -228,8 +228,6 @@ CONST AP_MTRR_SETTINGS ROMDATA KabiniApMtrrSettingsList[] = #define BLDCFG_AP_MTRR_SETTINGS_LIST &KabiniApMtrrSettingsList -//#include "KeralaInstall.h" - /* Include the files that instantiate the configuration definitions. */ #include "cpuRegisters.h" #include "cpuFamRegisters.h" |