diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-27 04:31:14 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-27 04:31:14 +0000 |
commit | e54209ba21d7670a16402ffec0f0ea9991efc86f (patch) | |
tree | a2557244b083e89e6fcd27409fa73f3146f8e97e /Nt32Pkg/PlatformBdsDxe | |
parent | c6bfcabbd29445122219d486dab23bc6b71a1c18 (diff) | |
download | edk2-platforms-e54209ba21d7670a16402ffec0f0ea9991efc86f.tar.xz |
Remove Include/Common/FirmwareRevision.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3476 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/PlatformBdsDxe')
-rw-r--r-- | Nt32Pkg/PlatformBdsDxe/BdsPlatform.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Nt32Pkg/PlatformBdsDxe/BdsPlatform.h b/Nt32Pkg/PlatformBdsDxe/BdsPlatform.h index c252c60d38..f8d190f3e6 100644 --- a/Nt32Pkg/PlatformBdsDxe/BdsPlatform.h +++ b/Nt32Pkg/PlatformBdsDxe/BdsPlatform.h @@ -22,10 +22,7 @@ Abstract: #ifndef _BDS_PLATFORM_H
#define _BDS_PLATFORM_H
-//
-// The rest of the includes
-//
-#include <Common/FirmwareRevision.h>
+#define FIRMWARE_REVISION 0
extern UINT8 PlatformBdsStrings[];
|