summaryrefslogtreecommitdiff
path: root/src/soc/amd/common
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-04-21 21:10:39 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-04-22 22:50:37 +0000
commit3aa757d7056bf7f231da12ca211cba4b2f6c68be (patch)
tree026d844cb135248b54e8eccbdd35dcddd6ac7d74 /src/soc/amd/common
parent305b6488e4cd4adfc7427938928dca51f4d70dd7 (diff)
downloadcoreboot-3aa757d7056bf7f231da12ca211cba4b2f6c68be.tar.xz
soc/amd/common/block/cpu/noncar/memmap: include types.h
size_t is used in the code, so we should include types.h instead of stdint.h to also have those type definitions. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I04c50de257a2d6982bfd4907eb5a1325a751919a Reviewed-on: https://review.coreboot.org/c/coreboot/+/52582 Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/common')
-rw-r--r--src/soc/amd/common/block/cpu/noncar/memmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/common/block/cpu/noncar/memmap.c b/src/soc/amd/common/block/cpu/noncar/memmap.c
index 921dd65bd6..6ec437cb1d 100644
--- a/src/soc/amd/common/block/cpu/noncar/memmap.c
+++ b/src/soc/amd/common/block/cpu/noncar/memmap.c
@@ -10,7 +10,7 @@
#include <fsp/util.h>
#include <FspGuids.h>
#include <memrange.h>
-#include <stdint.h>
+#include <types.h>
void memmap_stash_early_dram_usage(void)
{