From 02ce99ec91d6d98aa0d556a47ae5216c08830abd Mon Sep 17 00:00:00 2001 From: Heiko Stuebner Date: Wed, 1 Jul 2020 11:28:42 +0200 Subject: rockchip: board: add Hardkernel Odroid Go2 board Also known as Odroid Go Advance but named Go2 internally by the vendor it seems. Signed-off-by: Heiko Stuebner Reviewed-by: Kever Yang --- include/configs/odroid_go2.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 include/configs/odroid_go2.h (limited to 'include/configs') diff --git a/include/configs/odroid_go2.h b/include/configs/odroid_go2.h new file mode 100644 index 0000000000..00eac2d2a8 --- /dev/null +++ b/include/configs/odroid_go2.h @@ -0,0 +1,17 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * (C) Copyright 2017 Rockchip Electronics Co., Ltd + */ + +#ifndef __EVB_PX30_H +#define __EVB_PX30_H + +#include + +#define CONFIG_SYS_MMC_ENV_DEV 0 + +#define ROCKCHIP_DEVICE_SETTINGS \ + "stdout=serial,vidconsole\0" \ + "stderr=serial,vidconsole\0" + +#endif -- cgit v1.2.3