rockchip: config: tiner-rk3288: extend CONFIG_SYS_MONITOR_LEN to 600KB
[project/bcm63xx/u-boot.git] / include / configs / tinker_rk3288.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * (C) Copyright 2016 Rockchip Electronics Co., Ltd
4 */
5
6 #ifndef __CONFIG_H
7 #define __CONFIG_H
8
9 #define ROCKCHIP_DEVICE_SETTINGS
10 #include <configs/rk3288_common.h>
11
12 #undef BOOT_TARGET_DEVICES
13
14 #define BOOT_TARGET_DEVICES(func) \
15 func(MMC, mmc, 1) \
16 func(USB, usb, 0) \
17 func(PXE, pxe, na) \
18 func(DHCP, dchp, na)
19
20 #define CONFIG_SYS_MMC_ENV_DEV 1
21 #define CONFIG_SYS_MONITOR_LEN (600 * 1024)
22
23 #endif