aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/pcengines/apu2/mptable.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-08-19 21:58:31 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-08-24 09:17:22 +0000
commit3cb8abd1b68c9c440e595b15a5216bfd70722c7d (patch)
tree18768da970f38dec5d3b7d62cc3d7e3d09fcbf00 /src/mainboard/pcengines/apu2/mptable.c
parent0a490d246c1d2782588f7201290ddf3229382393 (diff)
mb/pcengines: Drop unneeded empty lines
Change-Id: Ia1f5c22287be0d228ce1d569f3224d9d63093f3a Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44619 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/pcengines/apu2/mptable.c')
-rw-r--r--src/mainboard/pcengines/apu2/mptable.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/pcengines/apu2/mptable.c b/src/mainboard/pcengines/apu2/mptable.c
index 8cfec5d63d..b52c8ccf49 100644
--- a/src/mainboard/pcengines/apu2/mptable.c
+++ b/src/mainboard/pcengines/apu2/mptable.c
@@ -62,7 +62,6 @@ static void *smp_write_config_table(void *v)
#define PCI_INT(bus, dev, int_sign, pin) \
smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, (bus), (((dev)<<2)|(int_sign)), ioapic_id, (pin))
-
/* SMBUS / ACPI */
PCI_INT(0x0, 0x14, 0x0, intr_data_ptr[PIRQ_SMBUS]);
@@ -85,7 +84,6 @@ static void *smp_write_config_table(void *v)
PCI_INT(0x1, 0x0, 0x0, intr_data_ptr[PIRQ_E]);
PCI_INT(0x2, 0x0, 0x0, intr_data_ptr[PIRQ_F]);
-
/* GPP0 */
PCI_INT(0x0, 0x2, 0x0, 0x10); // Network 3
/* GPP1 */