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 | |
parent | 1e008e0e0edcc5825754db88f9c8983ad7b82266 (diff) | |
download | coreboot-8541edec3de00a7091c3c84540f6b849df336393.tar.xz |
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>
-rw-r--r-- | src/mainboard/bap/ode_e20XX/buildOpts.c | 2 | ||||
-rw-r--r-- | src/mainboard/gizmosphere/gizmo2/buildOpts.c | 2 | ||||
-rw-r--r-- | src/southbridge/amd/cimx/sb800/smbus.h | 2 | ||||
-rw-r--r-- | src/southbridge/amd/cimx/sb900/smbus.h | 2 | ||||
-rw-r--r-- | src/southbridge/amd/sb800/smbus.h | 2 |
5 files changed, 0 insertions, 10 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" diff --git a/src/mainboard/gizmosphere/gizmo2/buildOpts.c b/src/mainboard/gizmosphere/gizmo2/buildOpts.c index 2f6143ed81..6c405cc18e 100644 --- a/src/mainboard/gizmosphere/gizmo2/buildOpts.c +++ b/src/mainboard/gizmosphere/gizmo2/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" diff --git a/src/southbridge/amd/cimx/sb800/smbus.h b/src/southbridge/amd/cimx/sb800/smbus.h index eb5bddf1a5..82db12a823 100644 --- a/src/southbridge/amd/cimx/sb800/smbus.h +++ b/src/southbridge/amd/cimx/sb800/smbus.h @@ -16,8 +16,6 @@ #ifndef _SB800_SMBUS_H_ #define _SB800_SMBUS_H_ -//#include <stdint.h> - #define SMBUS_IO_BASE SMBUS0_BASE_ADDRESS #define SMBHSTSTAT 0x0 diff --git a/src/southbridge/amd/cimx/sb900/smbus.h b/src/southbridge/amd/cimx/sb900/smbus.h index feaa397336..9fc698e90c 100644 --- a/src/southbridge/amd/cimx/sb900/smbus.h +++ b/src/southbridge/amd/cimx/sb900/smbus.h @@ -16,8 +16,6 @@ #ifndef _SB900_SMBUS_H_ #define _SB900_SMBUS_H_ -//#include <stdint.h> - #define SMBUS_IO_BASE SMBUS0_BASE_ADDRESS #define SMBHSTSTAT 0x0 diff --git a/src/southbridge/amd/sb800/smbus.h b/src/southbridge/amd/sb800/smbus.h index 5ac4ea603e..0a7ca0e1ea 100644 --- a/src/southbridge/amd/sb800/smbus.h +++ b/src/southbridge/amd/sb800/smbus.h @@ -16,8 +16,6 @@ #ifndef SB800_SMBUS_H #define SB800_SMBUS_H -//#include <stdint.h> - #define SMBHSTSTAT 0x0 #define SMBSLVSTAT 0x1 #define SMBHSTCTRL 0x2 |