X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Ftinker_rk3288.h;h=269ec529a3409479847c94263f6528eed5a57b7f;hb=2f57139c211d193debddd25f45c02b738cefd871;hp=402ae2def22a8454b71422fd0eb223e46a4faf54;hpb=bfc664ba8bacc76d0837504dcb5fc9b5606ac2ba;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/tinker_rk3288.h b/include/configs/tinker_rk3288.h index 402ae2d..269ec52 100644 --- a/include/configs/tinker_rk3288.h +++ b/include/configs/tinker_rk3288.h @@ -1,26 +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 - -#define CONFIG_SYS_WHITE_ON_BLACK - #endif