X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fvyasa-rk3288.h;h=e8c1013a71a35e7e862388e237941b0de16c4ca8;hb=46b5c8ed017958fc387ab86c71ae6c90abb6793c;hp=9d6c80f5499468cf12f4bcd25b6bb7bc3c0a3775;hpb=975f97b43181694041f77ecd8118364afe588144;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/vyasa-rk3288.h b/include/configs/vyasa-rk3288.h index 9d6c80f..e8c1013 100644 --- a/include/configs/vyasa-rk3288.h +++ b/include/configs/vyasa-rk3288.h @@ -1,15 +1,18 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2017 Amarula Solutions * * Configuration settings for Amarula Vyasa RK3288. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_H #define __CONFIG_H -#define ROCKCHIP_DEVICE_SETTINGS +#define ROCKCHIP_DEVICE_SETTINGS \ + "stdin=serial,usbkbd\0" \ + "stdout=serial,vidconsole\0" \ + "stderr=serial,vidconsole\0" + #include #undef BOOT_TARGET_DEVICES @@ -17,7 +20,10 @@ #define BOOT_TARGET_DEVICES(func) \ func(MMC, mmc, 1) \ -#define CONFIG_SYS_MMC_ENV_DEV 1 -#undef CONFIG_CMD_USB_MASS_STORAGE +#ifndef CONFIG_TPL_BUILD +/* Falcon Mode */ + +/* Falcon Mode - MMC support: args@16MB kernel@17MB */ +#endif #endif