From 21c60fa2b2907776e2faee5bf39e6c8a8d4c4f65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Thu, 3 Jan 2019 11:38:57 +0200 Subject: amdfam10 boards: Add temporary pirq_router_bus variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's expected that further analysis shows this to always evaluate to 0. Change-Id: I68599b961ca3b5e3652539c5d825a00444958d1b Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/30644 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Angel Pons --- src/northbridge/amd/amdfam10/northbridge.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/northbridge/amd/amdfam10/northbridge.c') diff --git a/src/northbridge/amd/amdfam10/northbridge.c b/src/northbridge/amd/amdfam10/northbridge.c index 245e3abb99..d652746765 100644 --- a/src/northbridge/amd/amdfam10/northbridge.c +++ b/src/northbridge/amd/amdfam10/northbridge.c @@ -54,6 +54,7 @@ #endif struct amdfam10_sysconf_t sysconf; +u8 pirq_router_bus; #define FX_DEVS NODE_NUMS static struct device *__f0_dev[FX_DEVS]; -- cgit v1.2.3