Xu Ziyuan | 1c62d99 | 2016-08-01 08:46:19 +0800 | [diff] [blame] | 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 | #define ROCKCHIP_DEVICE_SETTINGS |
| 11 | #include <configs/rk3288_common.h> |
| 12 | |
Xu Ziyuan | c12777a | 2016-09-09 21:44:50 +0800 | [diff] [blame] | 13 | #undef BOOT_TARGET_DEVICES |
| 14 | |
| 15 | #define BOOT_TARGET_DEVICES(func) \ |
Eddie Cai | bfc664b | 2017-04-01 14:46:52 +0800 | [diff] [blame^] | 16 | func(MMC, mmc, 1) \ |
| 17 | func(USB, usb, 0) \ |
| 18 | func(PXE, pxe, na) \ |
| 19 | func(DHCP, dchp, na) |
Xu Ziyuan | c12777a | 2016-09-09 21:44:50 +0800 | [diff] [blame] | 20 | |
Xu Ziyuan | 1c62d99 | 2016-08-01 08:46:19 +0800 | [diff] [blame] | 21 | #define CONFIG_ENV_IS_IN_MMC |
Jacob Chen | 483a801 | 2017-03-15 17:28:43 +0800 | [diff] [blame] | 22 | #define CONFIG_SYS_MMC_ENV_DEV 1 |
Jacob Chen | e1e9703 | 2016-11-18 15:54:25 +0800 | [diff] [blame] | 23 | |
Xu Ziyuan | 1c62d99 | 2016-08-01 08:46:19 +0800 | [diff] [blame] | 24 | #define CONFIG_SYS_WHITE_ON_BLACK |
Xu Ziyuan | 1c62d99 | 2016-08-01 08:46:19 +0800 | [diff] [blame] | 25 | |
| 26 | #endif |