]> git.sur5r.net Git - u-boot/blobdiff - drivers/bios_emulator/x86emu/ops.c
Update Freescale copyrights to remove "All Rights Reserved"
[u-boot] / drivers / bios_emulator / x86emu / ops.c
index 10f27579403bd9e7f3339cae30f279ff3399004c..f884e9b03cd3e96e0be35ae8f05f247657710584 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
 *                      Realmode X86 Emulator Library
 *
-*  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.
@@ -76,9 +76,6 @@
 ****************************************************************************/
 
 #include <common.h>
-
-#if defined(CONFIG_BIOSEMU)
-
 #include "x86emu/x86emui.h"
 
 /*----------------------------- Implementation ----------------------------*/
@@ -5434,5 +5431,3 @@ void (*x86emu_optab[256])(u8) __attribute__ ((section(GOT2_TYPE))) =
 /*  0xfe */ x86emuOp_opcFE_byte_RM,
 /*  0xff */ x86emuOp_opcFF_word_RM,
 };
-
-#endif