]> xenbits.xensource.com Git - raisin.git/commit
components/xen: Actually disable rombios
authorGeorge Dunlap <george.dunlap@citrix.com>
Wed, 8 Jun 2016 13:24:03 +0000 (14:24 +0100)
committerGeorge Dunlap <george.dunlap@citrix.com>
Wed, 8 Jun 2016 13:24:20 +0000 (14:24 +0100)
commitea3fb7d2cbdeb1007feaf1629a8da700e4a4b342
tree3a422878545065e5369810b0338efd309550e2f7
parentbaf05ac93b6adcc6019bb4e0566eb0eb1c48cf41
components/xen: Actually disable rombios

Commit 5fe3855 meant to disable rombios, but didn't.  This causes the following
build failure:

gcc   -O2 -fomit-frame-pointer -m32 -march=i686 -fno-strict-aliasing
-std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement
-Wno-unused-but-set-variable -Wno-unused-local-typedefs
-D__XEN_TOOLS__ -MMD -MF .rombios.o.d -D_LARGEFILE_SOURCE
-D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -DNDEBUG -Werror
-fno-stack-protector -fno-exceptions -fno-builtin -msoft-float
-I/usr/local/src/xenboil/raisin/xen-dir-remote/tools/firmware/hvmloader/../../../tools/include
-U__XEN_TOOLS__
-D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__
-DENABLE_OVMF -DENABLE_ROMBIOS -DENABLE_SEABIOS  -c -o rombios.o rombios.c
rombios.c: In function ‘rombios_load_roms’:
rombios.c:103:39: error: ‘etherboot’ undeclared (first use in this function)
                                       etherboot);

Disable rombios instead.

Reported-by: Holger Schramm <lists@schramm.by>
Signed-off-by: George Dunlap <george.dunlap@citrix.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
---
CC: Stefano Stabellini <sstabellini@kernel.org>
components/xen