]>
Commit | Line | Data |
---|---|---|
83d290c5 | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
d55af074 JT |
2 | /* |
3 | * Copyright (C) 2017 Amarula Solutions | |
4 | * | |
5 | * Configuration settings for Amarula Vyasa RK3288. | |
d55af074 JT |
6 | */ |
7 | ||
8 | #ifndef __CONFIG_H | |
9 | #define __CONFIG_H | |
10 | ||
a30c6894 | 11 | #define ROCKCHIP_DEVICE_SETTINGS \ |
23cb6176 | 12 | "stdin=serial,usbkbd\0" \ |
a30c6894 JT |
13 | "stdout=serial,vidconsole\0" \ |
14 | "stderr=serial,vidconsole\0" | |
15 | ||
d55af074 JT |
16 | #include <configs/rk3288_common.h> |
17 | ||
18 | #undef BOOT_TARGET_DEVICES | |
19 | ||
20 | #define BOOT_TARGET_DEVICES(func) \ | |
21 | func(MMC, mmc, 1) \ | |
22 | ||
5d94ebed | 23 | #ifndef CONFIG_TPL_BUILD |
5d94ebed | 24 | /* Falcon Mode */ |
5d94ebed | 25 | |
36b6e0cc | 26 | /* Falcon Mode - MMC support: args@16MB kernel@17MB */ |
5d94ebed JT |
27 | #endif |
28 | ||
d55af074 | 29 | #endif |