]> git.proxmox.com Git - mirror_edk2.git/commit
EmbeddedPkg/FdtPlatformDxe: Do not exit if RunFdtInstallation() fails
authorOlivier Martin <olivier.martin@arm.com>
Wed, 13 May 2015 18:23:26 +0000 (18:23 +0000)
committeroliviermartin <oliviermartin@Edk2>
Wed, 13 May 2015 18:23:26 +0000 (18:23 +0000)
commit48cb53cf41b2567dfe5c6b8016058e53fe0df7db
tree7e8c436a1789dc644101bebe8192743bd01aab3e
parentc37e542ba01bfe3cb3932cfdced86d4517e21950
EmbeddedPkg/FdtPlatformDxe: Do not exit if RunFdtInstallation() fails

If the device trees are not present when loading FdtPLatformDxe
driver then we should prevent to install the EFI Shell FDT commands.

The EFI Shell commands could be used later to install the missing
device tree.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
Reviewed-by: Ronald Cron <Ronald.Cron@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17441 6f19259b-4bc3-4df7-8a09-765794883524
EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatform.c