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>
This commit is contained in:
parent
305b6488e4
commit
3aa757d705
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue