]> git.sur5r.net Git - u-boot/blobdiff - drivers/bios_emulator/bios.c
Update Freescale copyrights to remove "All Rights Reserved"
[u-boot] / drivers / bios_emulator / bios.c
index ed5437eec94d8daf892656ab856e8cdeb307c642..7cf48792eb7ea98f72264fad70e95cb4318080ec 100644 (file)
@@ -3,7 +3,7 @@
 *                        BIOS emulator and interface
 *                      to 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) 1996-1999 SciTech Software, Inc.
 *
 * Description:  Module implementing the BIOS specific functions.
 *
-*              Jason ported this file to u-boot to run the ATI video card
-*              video BIOS.
+*              Jason ported this file to u-boot to run the ATI video card
+*              video BIOS.
 *
 ****************************************************************************/
 
+#include <common.h>
 #include "biosemui.h"
 
 /*----------------------------- Implementation ----------------------------*/