soc/amd/picasso/include/soc/memmap.c: Add missing <stdint.h>

include <stdint.h> for 'uint32_t'.

Change-Id: I8768b7f0692ed703a060dc0406b517dc001cc25d
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42338
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
Elyes HAOUAS 2020-06-13 09:01:46 +02:00 committed by Patrick Georgi
parent eadd251bf7
commit da7749c5d6
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#ifndef __SOC_AMD_PICASSO_MEMMAP_H__
#define __SOC_AMD_PICASSO_MEMMAP_H__
#include <stdint.h>
#include <symbols.h>
DECLARE_REGION(early_reserved_dram)