ArmPlatformPkg/Bds: Added support to pass parameters to EFI applications
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15452 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
committed by
oliviermartin
parent
90a44ec4d8
commit
06044819bb
@@ -321,8 +321,8 @@ DefineDefaultBootEntries (
|
||||
|
||||
OptionalData = (UINT8*)BootArguments;
|
||||
} else {
|
||||
OptionalData = NULL;
|
||||
OptionalDataSize = 0;
|
||||
OptionalData = (UINT8*)DefaultBootArgument;
|
||||
OptionalDataSize = CmdLineSize;
|
||||
}
|
||||
|
||||
BootOptionCreate (LOAD_OPTION_ACTIVE | LOAD_OPTION_CATEGORY_BOOT,
|
||||
|
Reference in New Issue
Block a user