diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-02-02 22:37:37 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-02-02 22:37:37 +0000 |
commit | 6111eb855592438cc6f2da44e5887f8065bcef6e (patch) | |
tree | e72bc872093c428d8bfae75eeefbc176dd9dfda9 /ArmPlatformPkg/Bds | |
parent | 1bfda055dfbc52678655ab2ded721f9f7c0cd496 (diff) | |
download | edk2-platforms-6111eb855592438cc6f2da44e5887f8065bcef6e.tar.xz |
Update to match changes in the ArmPkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11294 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/Bds')
-rw-r--r-- | ArmPlatformPkg/Bds/BdsEntry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPlatformPkg/Bds/BdsEntry.c b/ArmPlatformPkg/Bds/BdsEntry.c index d126710df1..a2917a565d 100644 --- a/ArmPlatformPkg/Bds/BdsEntry.c +++ b/ArmPlatformPkg/Bds/BdsEntry.c @@ -13,7 +13,6 @@ **/ #include <PiDxe.h> -#include <Library/BdsLib.h> #include <Library/UefiBootServicesTableLib.h> #include <Library/DebugLib.h> #include <Library/MemoryAllocationLib.h> @@ -21,6 +20,7 @@ #include <Library/PerformanceLib.h> #include <Library/UefiRuntimeServicesTableLib.h> #include <Library/PcdLib.h> +#include <Library/BdsLinuxLib.h> #include <Protocol/Bds.h> #include <Protocol/DevicePathToText.h> |