From b92853ed5625c2b0cd8b43c361310ffb08c73ba4 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Wed, 23 Jan 2019 16:25:37 +0200 Subject: arch/arm64: Add PCI config support in romstage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9cc3dc51764f24b986434080f480932dceb8d133 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/31307 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph Reviewed-by: Paul Menzel --- src/include/rules.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/include/rules.h') diff --git a/src/include/rules.h b/src/include/rules.h index deea50b977..8fef53421d 100644 --- a/src/include/rules.h +++ b/src/include/rules.h @@ -266,11 +266,9 @@ * For ramstage individual source file may define __SIMPLE_DEVICE__ * before including any header files to force that particular source * be built with simple device model. - * - * For now only x86 is supported. */ -#if ENV_X86 && (defined(__PRE_RAM__) || ENV_SMM || ENV_POSTCAR) +#if (defined(__PRE_RAM__) || ENV_SMM || ENV_POSTCAR) #define __SIMPLE_DEVICE__ #endif -- cgit v1.2.3