]> git.sur5r.net Git - u-boot/blobdiff - drivers/bios_emulator/atibios.c
License cleanup: remove unintended "All Rights Reserved" notices.
[u-boot] / drivers / bios_emulator / atibios.c
index 5779f99f1f617cfb8bfc425e389f7d803492968e..5f9bd101d6c685cad2c5b8219cdd46361bb5a7a2 100644 (file)
@@ -3,7 +3,7 @@
 *                   Video BOOT Graphics Card POST Module
 *
 *  ========================================================================
-*   Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved.
+*   Copyright (C) 2007 Freescale Semiconductor, Inc.
 *   Jason Jin <Jason.jin@freescale.com>
 *
 *   Copyright (C) 1991-2004 SciTech Software, Inc. All rights reserved.
@@ -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