Edward O'Callaghan (eocallaghan@alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5782
-gerrit
commit 77df9571b8c5d4d275acffe628d7a09246f653db Author: Edward O'Callaghan eocallaghan@alterapraxis.com Date: Sun May 18 11:28:43 2014 +1000
device/oprom/yabel/vbe.c: Avoid unused func warn
Change-Id: Idd74893c1fc3d0818d00c1f727c9fdc27168af0c Signed-off-by: Edward O'Callaghan eocallaghan@alterapraxis.com --- src/device/oprom/yabel/vbe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/device/oprom/yabel/vbe.c b/src/device/oprom/yabel/vbe.c index 333bdb4..6283bbb 100644 --- a/src/device/oprom/yabel/vbe.c +++ b/src/device/oprom/yabel/vbe.c @@ -45,6 +45,7 @@ u8 *vbe_info_buffer = 0; u8 *biosmem; u32 biosmem_size;
+#if CONFIG_FRAMEBUFFER_SET_VESA_MODE static inline u8 vbe_prepare(void) { @@ -63,7 +64,6 @@ vbe_prepare(void) return 0; // successfull init }
-#if CONFIG_FRAMEBUFFER_SET_VESA_MODE // VBE Function 00h static u8 vbe_info(vbe_info_t * info)