summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2021-10-19 09:07:07 -0400
committerTom Rini <[email protected]>2021-10-19 09:07:07 -0400
commit9c79815c5c11c5cd30fd5a7fb82f96376e7c3a18 (patch)
treeda2eaf26671d7d365ac2b2fdf2c25108d9ef294d /lib
parentd990f7d75d3dcf45a9220abc900495f00792f414 (diff)
parentd6f8ab30a2af4666732c2077df8f731076827b2e (diff)
Merge branch '2021-10-18-OF_xxx-cleanup'
- Clean things up and rework such that we can drop OF_PRIOR_STAGE
Diffstat (limited to 'lib')
-rw-r--r--lib/fdtdec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/fdtdec.c b/lib/fdtdec.c
index ad090ea51eb..959b337cdc8 100644
--- a/lib/fdtdec.c
+++ b/lib/fdtdec.c
@@ -1613,8 +1613,6 @@ int fdtdec_setup(void)
puts("Failed to read control FDT\n");
return -1;
}
-# elif defined(CONFIG_OF_PRIOR_STAGE)
- gd->fdt_blob = (void *)(uintptr_t)prior_stage_fdt_address;
# endif
# ifndef CONFIG_SPL_BUILD
/* Allow the early environment to override the fdt address */