X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fefi-x86_app.h;h=843ed8b9d1db70b5e243f994e703401296a88a36;hb=11910550b65e6072b9542d462c0aa93f4ca81836;hp=33418cfbec4c074cdc3bfd1f774126d5af0f73da;hpb=378b29cbc6607ad8246b1381bc74ec62bdb19105;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/efi-x86_app.h b/include/configs/efi-x86_app.h index 33418cf..843ed8b 100644 --- a/include/configs/efi-x86_app.h +++ b/include/configs/efi-x86_app.h @@ -8,10 +8,8 @@ #include -#undef CONFIG_TPM_TIS_BASE_ADDRESS - -#define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,vga,serial\0" \ - "stdout=vga,serial\0" \ - "stderr=vga,serial\0" +#define CFG_STD_DEVICES_SETTINGS "stdin=serial\0" \ + "stdout=vidconsole\0" \ + "stderr=vidconsole\0" #endif