mirror of https://github.com/acidanthera/audk.git
Fix case-sensitive build issue for filename in Linux
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2414 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
2008636e60
commit
8b886edc83
|
@ -19,7 +19,7 @@ Revision history:
|
|||
--*/
|
||||
|
||||
// TODO: fix comment to add: Module Name: DECODE.C
|
||||
#include "undi32.h"
|
||||
#include "Undi32.h"
|
||||
|
||||
|
||||
//
|
||||
|
|
|
@ -21,7 +21,7 @@ Revision History
|
|||
|
||||
--*/
|
||||
|
||||
#include "undi32.h"
|
||||
#include "Undi32.h"
|
||||
|
||||
static UINT8 basic_config_cmd[22] = {
|
||||
22, 0x08,
|
||||
|
|
|
@ -21,7 +21,7 @@ Revision History
|
|||
|
||||
--*/
|
||||
|
||||
#include "undi32.h"
|
||||
#include "Undi32.h"
|
||||
|
||||
//
|
||||
// Global Variables
|
||||
|
|
|
@ -319,12 +319,6 @@ Returns:
|
|||
PERF_START (0, "PlatformBds", "BDS", 0);
|
||||
PlatformBdsInit (PrivateData);
|
||||
|
||||
//
|
||||
// Initialize the platform specific string and language
|
||||
//
|
||||
InitializeStringSupport ();
|
||||
InitializeLanguage (TRUE);
|
||||
InitializeFrontPage (FALSE);
|
||||
//
|
||||
// Set up the device list based on EFI 1.1 variables
|
||||
// process Driver#### and Load the driver's in the
|
||||
|
|
Loading…
Reference in New Issue