X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Ftinker_rk3288.h;h=269ec529a3409479847c94263f6528eed5a57b7f;hb=2f57139c211d193debddd25f45c02b738cefd871;hp=32057b3dbb3492dd1d81cd324624d4304e08a566;hpb=ca4491f2d2af93d8b77c48c5d272d88094fc06eb;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/tinker_rk3288.h b/include/configs/tinker_rk3288.h index 32057b3..269ec52 100644 --- a/include/configs/tinker_rk3288.h +++ b/include/configs/tinker_rk3288.h @@ -6,18 +6,20 @@ #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_SYS_MMC_ENV_DEV 1 -#define CONFIG_SYS_MONITOR_LEN (600 * 1024) - #endif