diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-02-08 19:46:35 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-02-09 19:11:17 +0000 |
commit | 2fff4849617551a4c270e1bd1cff718d5ee2851e (patch) | |
tree | 943e7c0a22d78e1aa03477c263bd8bd6f3d1f25e /src/soc/amd | |
parent | 26a692145ae7218e96526ee82e3d1d2687d06f54 (diff) |
soc/amd/stoneyridge/memmap: drop __SIMPLE_DEVICE__
No PCI or PNP functions are used in here.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I46851656db1f1866a82f06ceab67c93019cc6af1
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50398
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/amd')
-rw-r--r-- | src/soc/amd/stoneyridge/memmap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/amd/stoneyridge/memmap.c b/src/soc/amd/stoneyridge/memmap.c index 67a431976c..32790ec701 100644 --- a/src/soc/amd/stoneyridge/memmap.c +++ b/src/soc/amd/stoneyridge/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> |