]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/configs/phycore_rk3288.h
bootcount: Migrate CONFIG_SYS_BOOTCOUNT_ADDR
[people/ms/u-boot.git] / include / configs / phycore_rk3288.h
1 /*
2 * Copyright (C) 2017 PHYTEC Messtechnik GmbH
3 * Author: Wadim Egorov <w.egorov@phytec.de>
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8 #ifndef __CONFIG_H
9 #define __CONFIG_H
10
11 #define ROCKCHIP_DEVICE_SETTINGS
12 #include <configs/rk3288_common.h>
13
14 #undef BOOT_TARGET_DEVICES
15
16 #define BOOT_TARGET_DEVICES(func) \
17 func(MMC, mmc, 0) \
18 func(MMC, mmc, 1)
19
20 #define CONFIG_SYS_MMC_ENV_DEV 1
21
22 #endif