soc/samsung/exynos{5250,5420}/include/soc/cpu.h: Add missing include
Use of 'KiB' needs <commonlib/bsd/helpers.h> Change-Id: Ia6ba36fd4b0364cc9984523f0add859869068727 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44737 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
c4d1b47ad9
commit
16d71173aa
@ -3,6 +3,7 @@
|
||||
#ifndef CPU_SAMSUNG_EXYNOS5250_CPU_H
|
||||
#define CPU_SAMSUNG_EXYNOS5250_CPU_H
|
||||
|
||||
#include <commonlib/bsd/helpers.h>
|
||||
#include <symbols.h>
|
||||
|
||||
/* Base address registers */
|
||||
|
@ -3,6 +3,7 @@
|
||||
#ifndef CPU_SAMSUNG_EXYNOS5420_CPU_H
|
||||
#define CPU_SAMSUNG_EXYNOS5420_CPU_H
|
||||
|
||||
#include <commonlib/bsd/helpers.h>
|
||||
#include <symbols.h>
|
||||
|
||||
#define EXYNOS5_SRAM_BASE 0x02020000
|
||||
|
Loading…
x
Reference in New Issue
Block a user