]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BeagleBoardPkg/Bds/FirmwareVolume.c
Update the copyright notice format
[mirror_edk2.git] / BeagleBoardPkg / Bds / FirmwareVolume.c
index 692e2a56a62e54e411f36306997076bc1ab33b24..142095fa661eda4aef52172f1ae51e85b5ff9c0e 100644 (file)
@@ -7,9 +7,9 @@
   driver module and it will attempt to connect a console on top of this.\r
 \r
   \r
-  Copyright (c) 2009 Apple, Inc.  All rights reserved. \r
+  Copyright (c) 2009, Apple Inc. All rights reserved.<BR>\r
   \r
-  All rights reserved. This program and the accompanying materials\r
+  This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
   http://opensource.org/licenses/bsd-license.php\r
@@ -141,6 +141,7 @@ LoadPeCoffSectionFromFv (
     \r
   Status = gBS->LoadImage (TRUE, gImageHandle, DevicePath, NULL, 0, &ImageHandle);\r
   if (!EFI_ERROR (Status)) {\r
+    PERF_END (NULL, "BDS", NULL, 0);\r
     Status = gBS->StartImage (ImageHandle, NULL, NULL);\r
   }\r
   \r