sb/intel/i82801{ix,jx}: Correct include guards
These southbridges are not i82801gx. Tested with BUILD_TIMELESS=1, Roda RK9 does not change. Change-Id: I6b4c7bc11bcb668adb0aae463defea982cf9059c Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42632 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
parent
90cd4aaccb
commit
9b43b89296
|
@ -1,7 +1,7 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#ifndef SOUTHBRIDGE_INTEL_I82801GX_I82801IX_H
|
||||
#define SOUTHBRIDGE_INTEL_I82801GX_I82801IX_H
|
||||
#ifndef SOUTHBRIDGE_INTEL_I82801IX_I82801IX_H
|
||||
#define SOUTHBRIDGE_INTEL_I82801IX_I82801IX_H
|
||||
|
||||
#define DEFAULT_TBAR ((u8 *)0xfed1b000)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#ifndef SOUTHBRIDGE_INTEL_I82801GX_I82801JX_H
|
||||
#define SOUTHBRIDGE_INTEL_I82801GX_I82801JX_H
|
||||
#ifndef SOUTHBRIDGE_INTEL_I82801JX_I82801JX_H
|
||||
#define SOUTHBRIDGE_INTEL_I82801JX_I82801JX_H
|
||||
|
||||
#define DEFAULT_TBAR ((u8 *)0xfed1b000)
|
||||
|
||||
|
|
Loading…
Reference in New Issue