1*2d1049f5SXing Zheng /* 2*2d1049f5SXing Zheng * (C) Copyright 2017 Rockchip Electronics Co., Ltd 3*2d1049f5SXing Zheng * 4*2d1049f5SXing Zheng * SPDX-License-Identifier: GPL-2.0+ 5*2d1049f5SXing Zheng */ 6*2d1049f5SXing Zheng 7*2d1049f5SXing Zheng #ifndef __CONFIG_H 8*2d1049f5SXing Zheng #define __CONFIG_H 9*2d1049f5SXing Zheng 10*2d1049f5SXing Zheng #define ROCKCHIP_DEVICE_SETTINGS 11*2d1049f5SXing Zheng #include <configs/rk3288_common.h> 12*2d1049f5SXing Zheng 13*2d1049f5SXing Zheng #define CONFIG_SYS_MMC_ENV_DEV 0 14*2d1049f5SXing Zheng 15*2d1049f5SXing Zheng #endif 16