soc/rockchip/rk3288/include/soc: Add missing include <types.h>

Change-Id: Ibde48d7cff582c91f55ad5f1328aac64d018b3c5
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34235
Reviewed-by: Julius Werner <jwerner@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS 2019-07-11 12:24:09 +02:00 committed by Martin Roth
parent 237f1789e3
commit 8b9a3ec93a
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@
#ifndef __SOC_ROCKCHIP_RK3288_SDRAM_H__
#define __SOC_ROCKCHIP_RK3288_SDRAM_H__
#include <types.h>
enum {
DDR3 = 3,
LPDDR3 = 6,