Remove xen VFB.

Due to XEN bug it prevents Linux boot. Remove it at least, until
	workaround is found.
This commit is contained in:
Vladimir Serbinenko 2013-12-18 18:43:09 +01:00
parent 8445567046
commit 72c9a50773
11 changed files with 14 additions and 929 deletions

View file

@ -192,9 +192,6 @@ kernel = {
xen = term/xen/console.c;
xen = disk/xen/xendisk.c;
xen = commands/boot.c;
xen = commands/keylayouts.c;
xen = video/xen/xenfb.c;
xen = term/xen/xen_kbd.c;
ia64_efi = kern/ia64/efi/startup.S;
ia64_efi = kern/ia64/efi/init.c;