blob: e8c1013a71a35e7e862388e237941b0de16c4ca8 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Jagan Teki59ea6182017-09-12 17:15:47 +05302/*
3 * Copyright (C) 2017 Amarula Solutions
4 *
5 * Configuration settings for Amarula Vyasa RK3288.
Jagan Teki59ea6182017-09-12 17:15:47 +05306 */
7
8#ifndef __CONFIG_H
9#define __CONFIG_H
10
Jagan Teki42a73d32020-01-23 19:42:22 +053011#define ROCKCHIP_DEVICE_SETTINGS \
Peter Robinson1fe11892020-03-02 07:57:55 +000012 "stdin=serial,usbkbd\0" \
Jagan Teki42a73d32020-01-23 19:42:22 +053013 "stdout=serial,vidconsole\0" \
14 "stderr=serial,vidconsole\0"
15
Jagan Teki59ea6182017-09-12 17:15:47 +053016#include <configs/rk3288_common.h>
17
18#undef BOOT_TARGET_DEVICES
19
20#define BOOT_TARGET_DEVICES(func) \
21 func(MMC, mmc, 1) \
22
Jagan Teki99016632017-09-27 23:03:13 +053023#ifndef CONFIG_TPL_BUILD
Jagan Teki99016632017-09-27 23:03:13 +053024/* Falcon Mode */
Jagan Teki99016632017-09-27 23:03:13 +053025
Jagan Teki9c9b4ae2017-11-10 17:18:44 +053026/* Falcon Mode - MMC support: args@16MB kernel@17MB */
Jagan Teki99016632017-09-27 23:03:13 +053027#endif
28
Jagan Teki59ea6182017-09-12 17:15:47 +053029#endif