]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/bios_emulator/atibios.c
drivers/bios_emulator: Move conditional compilation to Makefile
[karo-tx-uboot.git] / drivers / bios_emulator / atibios.c
index 5779f99f1f617cfb8bfc425e389f7d803492968e..d950b18478c5f354c95e8f5fd99f23fea6b40e4c 100644 (file)
@@ -46,9 +46,6 @@
 *              BIOS in u-boot.
 ****************************************************************************/
 #include <common.h>
-
-#ifdef CONFIG_BIOSEMU
-
 #include "biosemui.h"
 #include <malloc.h>
 
@@ -336,5 +333,3 @@ int BootVideoCardBIOS(pci_dev_t pcidev, BE_VGAInfo ** pVGAInfo, int cleanUp)
                *pVGAInfo = VGAInfo;
        return true;
 }
-
-#endif