summaryrefslogtreecommitdiffstats
path: root/drivers/bios_emulator/bios.c
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2007-08-15 21:06:52 +0200
committerMichal Simek <monstr@monstr.eu>2007-08-15 21:06:52 +0200
commit19909edb97140a5ea3139705589bb90e023ab5e1 (patch)
tree6629766d2355d3c01b96b0c5ee6b9fd73502c943 /drivers/bios_emulator/bios.c
parentd1ed28cf36ab6b1d4c479809de7252bf53d2f2d4 (diff)
parent210f463c71917b7a4495c2103c228b9c179ae64d (diff)
downloadblackbird-obmc-uboot-19909edb97140a5ea3139705589bb90e023ab5e1.tar.gz
blackbird-obmc-uboot-19909edb97140a5ea3139705589bb90e023ab5e1.zip
Merge git://www.denx.de/git/u-boot into merge
Diffstat (limited to 'drivers/bios_emulator/bios.c')
-rw-r--r--drivers/bios_emulator/bios.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/bios_emulator/bios.c b/drivers/bios_emulator/bios.c
index ed5437eec9..7aa1bfb2eb 100644
--- a/drivers/bios_emulator/bios.c
+++ b/drivers/bios_emulator/bios.c
@@ -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
OpenPOWER on IntegriCloud