From d8b597823b90f43cb3cd1fb82ab1f4804a8ad1e5 Mon Sep 17 00:00:00 2001 From: huang lin Date: Tue, 17 Nov 2015 14:20:28 +0800 Subject: rockchip: Add basic support for evb-rk3036 board This add some basic files required to allow the board to dispaly serial message and can run command(mmc info etc) Signed-off-by: Lin Huang Acked-by: Simon Glass Moved board Kconfig fragment from previous patch into this one to fix build error: Signed-off-by: Simon Glass Series-changes: 8 - moved board Kconfig fragment from previous patch into this one --- include/configs/evb_rk3036.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 include/configs/evb_rk3036.h (limited to 'include/configs') diff --git a/include/configs/evb_rk3036.h b/include/configs/evb_rk3036.h new file mode 100644 index 00000000000..aa07889ff22 --- /dev/null +++ b/include/configs/evb_rk3036.h @@ -0,0 +1,12 @@ +/* + * (C) Copyright 2015 Rockchip Electronics Co., Ltd + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef __CONFIG_H +#define __CONFIG_H + +#include + +#endif -- cgit v1.2.3