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>
This commit is contained in:
parent
1e008e0e0e
commit
8541edec3d
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
#ifndef SB800_SMBUS_H
|
||||
#define SB800_SMBUS_H
|
||||
|
||||
//#include <stdint.h>
|
||||
|
||||
#define SMBHSTSTAT 0x0
|
||||
#define SMBSLVSTAT 0x1
|
||||
#define SMBHSTCTRL 0x2
|
||||
|
|
Loading…
Reference in New Issue