Merge with /home/wd/git/u-boot/work
[oweals/u-boot.git] / drivers / bios_emulator / bios.c
index ed5437eec94d8daf892656ab856e8cdeb307c642..7aa1bfb2eb60e639b57758f0fee3cf39151451d3 100644 (file)
@@ -43,6 +43,7 @@
 
 #include "biosemui.h"
 
+#if defined(CONFIG_BIOSEMU)
 /*----------------------------- Implementation ----------------------------*/
 
 /****************************************************************************
@@ -319,3 +320,4 @@ void _BE_bios_init(u32 * intrTab)
        bios_intr_tab[0x6D] = int10;
        X86EMU_setupIntrFuncs(bios_intr_tab);
 }
+#endif