amd/stoneyridge: Remove dead GPIO definitions
Delete definitions that are no longer used. Change-Id: I94c9c33f73c1a2d9308408e3e9ca526e876d6135 Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-on: https://review.coreboot.org/29012 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
This commit is contained in:
parent
8db8432cf5
commit
fdefe96503
|
@ -307,12 +307,6 @@
|
|||
#define WIDEIO_RANGE_ERROR -1
|
||||
#define TOTAL_WIDEIO_PORTS 3
|
||||
|
||||
#if ENV_BOOTBLOCK
|
||||
#define GPIO_TABLE_BOOTBLOCK 1
|
||||
#else
|
||||
#define GPIO_TABLE_BOOTBLOCK 0
|
||||
#endif
|
||||
|
||||
/* FCH AOAC Registers 0xfed81e00 */
|
||||
#define FCH_AOAC_D3_CONTROL_CLK_GEN 0x40
|
||||
#define FCH_AOAC_D3_CONTROL_I2C0 0x4a
|
||||
|
|
Loading…
Reference in New Issue