diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-11-30 19:29:28 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-12-19 05:57:07 +0000 |
commit | 0420e50b6b0ee25ba7802493caf33b2b6e320da2 (patch) | |
tree | 7bbe19e5057659d554ea3e8eb915d803a8a8dd69 /src/arch/x86/mmap_boot.c | |
parent | 608fbf81109902cfd1775e61b18a2c37e2084d9d (diff) | |
download | coreboot-0420e50b6b0ee25ba7802493caf33b2b6e320da2.tar.xz |
src/arch: Remove unused <stdlib.h>
Change-Id: I79f065703b5249ca9630b06de7142bc52675076e
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32820
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/arch/x86/mmap_boot.c')
-rw-r--r-- | src/arch/x86/mmap_boot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/x86/mmap_boot.c b/src/arch/x86/mmap_boot.c index 762193090b..74764fc4bf 100644 --- a/src/arch/x86/mmap_boot.c +++ b/src/arch/x86/mmap_boot.c @@ -13,7 +13,6 @@ #include <boot_device.h> #include <endian.h> -#include <stdlib.h> /* The ROM is memory mapped just below 4GiB. Form a pointer for the base. */ #define rom_base ((void *)(uintptr_t)(0x100000000ULL-CONFIG_ROM_SIZE)) |