diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-04-26 09:43:03 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-05-08 14:18:36 +0000 |
commit | f5f1b383b1319c515338e82857461d2ab4608c1d (patch) | |
tree | 222ce4fdca15fb2d9b26e3190e1b82d908be700f /src/mainboard/ibase | |
parent | 64b759e2011e6e5a090e9442da3779c344734549 (diff) |
mb/superio: Rename global control devices as SUPERIO_DEV
Use SUPERIO_DEV for global control device instead of DUMMY_DEV.
Change-Id: If3555906d359695b2eae51209cd97fbaaace7e61
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/25852
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/ibase')
-rw-r--r-- | src/mainboard/ibase/mb899/romstage.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/ibase/mb899/romstage.c b/src/mainboard/ibase/mb899/romstage.c index 1b8bb954ac..dd384acc3a 100644 --- a/src/mainboard/ibase/mb899/romstage.c +++ b/src/mainboard/ibase/mb899/romstage.c @@ -37,7 +37,7 @@ #include <southbridge/intel/i82801gx/i82801gx.h> #define SERIAL_DEV PNP_DEV(0x4e, W83627EHG_SP1) -#define DUMMY_DEV PNP_DEV(0x4e, 0) +#define SUPERIO_DEV PNP_DEV(0x4e, 0) static void ich7_enable_lpc(void) { @@ -63,7 +63,7 @@ static void early_superio_config_w83627ehg(void) { pnp_devfn_t dev; - dev = DUMMY_DEV; + dev = SUPERIO_DEV; pnp_enter_conf_state(dev); pnp_write_config(dev, 0x24, 0xc4); // PNPCVS |