summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatform.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatform.c b/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatform.c
index fb2ae6071a..b4be2a0789 100644
--- a/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatform.c
+++ b/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatform.c
@@ -170,9 +170,6 @@ FdtPlatformEntryPoint (
// Install the Device Tree from its expected location
//
Status = RunFdtInstallation (NULL);
- if (EFI_ERROR (Status)) {
- return Status;
- }
if (FeaturePcdGet (PcdOverridePlatformFdt) || FeaturePcdGet (PcdDumpFdtShellCommand)) {
//