xref: /rk3399_rockchip-uboot/include/configs/evb_rv1108.h (revision 6bfdfc4f06129283b7d3c9caa66fc89e97fc5189)
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