blob: b9c4d683f47877b3420517e80834adb3762d46dd [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Kever Yanga381bcf2016-07-19 21:16:59 +08002/*
3 * (C) Copyright 2016 Rockchip Electronics Co., Ltd
Kever Yanga381bcf2016-07-19 21:16:59 +08004 */
5
6#ifndef __EVB_RK3399_H
7#define __EVB_RK3399_H
8
9#include <configs/rk3399_common.h>
10
Max Kellermanncbd298b2018-12-04 12:00:48 +010011#define CONFIG_SYS_MMC_ENV_DEV 0
Kever Yanga381bcf2016-07-19 21:16:59 +080012
13#define SDRAM_BANK_SIZE (2UL << 30)
14
Kever Yanga381bcf2016-07-19 21:16:59 +080015#endif