aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-02-08 19:41:04 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-02-09 19:13:08 +0000
commit6302f8de83fd036c8162db9e9ef6e3e0cfba04b3 (patch)
treea52eb7ffe73ebb3dab7fb71271492bbe67f98da1
parent2fff4849617551a4c270e1bd1cff718d5ee2851e (diff)
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 <felix-coreboot@felixheld.de> Change-Id: I577e2ecdc59dbd09e739ae800cbe021168a34812 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50399 Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/soc/amd/picasso/memmap.c2
1 files changed, 0 insertions, 2 deletions
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 <assert.h>
#include <stdint.h>
#include <console/console.h>