Removes dead code from the PlatformBdsLibNull,leaving this unused code might confuse the user.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> Reviewed-by: Eric Dong <eric.dong@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16210 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -152,21 +152,6 @@ PlatformBdsBootFail (
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
This function is remained for IBV/OEM to do some platform action,
|
||||
if there no console device can be connected.
|
||||
|
||||
@return EFI_SUCCESS Direct return success now.
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
PlatformBdsNoConsoleAction (
|
||||
VOID
|
||||
)
|
||||
{
|
||||
return EFI_SUCCESS;
|
||||
}
|
||||
|
||||
/**
|
||||
This function locks platform flash that is not allowed to be updated during normal boot path.
|
||||
The flash layout is platform specific.
|
||||
|
Reference in New Issue
Block a user