xref: /OK3568_Linux_fs/u-boot/include/configs/evb_rv1108.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /*
2  * (C) Copyright 2016 Rockchip Electronics Co., Ltd
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6 
7 #ifndef __CONFIG_H
8 #define __CONFIG_H
9 
10 #include <configs/rv1108_common.h>
11 
12 #ifndef CONFIG_SPL_BUILD
13 
14 #undef CONFIG_BOOTCOMMAND
15 #define CONFIG_BOOTCOMMAND RKIMG_BOOTCOMMAND
16 #endif
17 
18 #endif
19