From: Olivier Martin Date: Tue, 29 Jul 2014 14:18:03 +0000 (+0000) Subject: ArmPlatformPkg/Bds: Do not ignore the error code in DefineDefaultBootEntries() X-Git-Tag: edk2-stable201903~11278 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=66982010ed7350017f9f6f89b73137d4f92021df;ds=sidebyside ArmPlatformPkg/Bds: Do not ignore the error code in DefineDefaultBootEntries() Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15716 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/ArmPlatformPkg/Bds/Bds.c b/ArmPlatformPkg/Bds/Bds.c index ebad6feda7..6a5cd7a603 100644 --- a/ArmPlatformPkg/Bds/Bds.c +++ b/ArmPlatformPkg/Bds/Bds.c @@ -345,7 +345,7 @@ DefineDefaultBootEntries ( } } - return EFI_SUCCESS; + return Status; } EFI_STATUS