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