From 6302f8de83fd036c8162db9e9ef6e3e0cfba04b3 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Mon, 8 Feb 2021 19:41:04 +0100 Subject: soc/amd/picasso/memmap: drop __SIMPLE_DEVICE__ No PCI or PNP functions are used in here. TEST=Timeless build results in identical image. Signed-off-by: Felix Held Change-Id: I577e2ecdc59dbd09e739ae800cbe021168a34812 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50399 Reviewed-by: Raul Rangel Reviewed-by: Marshall Dawson Tested-by: build bot (Jenkins) --- src/soc/amd/picasso/memmap.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/soc/amd/picasso') diff --git a/src/soc/amd/picasso/memmap.c b/src/soc/amd/picasso/memmap.c index 04c2fd8533..8424d463b1 100644 --- a/src/soc/amd/picasso/memmap.c +++ b/src/soc/amd/picasso/memmap.c @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#define __SIMPLE_DEVICE__ - #include #include #include -- cgit v1.2.3