Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/50398 )
Change subject: soc/amd/picasso/memmap: drop __SIMPLE_DEVICE__ ......................................................................
soc/amd/picasso/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 --- M src/soc/amd/stoneyridge/memmap.c 1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/98/50398/1
diff --git a/src/soc/amd/stoneyridge/memmap.c b/src/soc/amd/stoneyridge/memmap.c index 67a4319..32790ec 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>