X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Ftinker_rk3288.h;h=269ec529a3409479847c94263f6528eed5a57b7f;hb=4db386655a889b6466d2c3f40839ad21205c6d21;hp=72578f9202baa549cdd402f91e51b02a0ffca587;hpb=a6d4cd4778bcc30f451f2d5d92ec4722ff5b71cc;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/tinker_rk3288.h b/include/configs/tinker_rk3288.h index 72578f9..269ec52 100644 --- a/include/configs/tinker_rk3288.h +++ b/include/configs/tinker_rk3288.h @@ -1,24 +1,25 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2016 Rockchip Electronics Co., Ltd - * - * 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 #define BOOT_TARGET_DEVICES(func) \ + func(MMC, mmc, 0) \ func(MMC, mmc, 1) \ func(USB, usb, 0) \ func(PXE, pxe, na) \ func(DHCP, dchp, na) -#define CONFIG_ENV_IS_IN_MMC -#define CONFIG_SYS_MMC_ENV_DEV 1 - #endif