diff options
| author | Ilias Apalodimas <[email protected]> | 2021-10-12 00:00:15 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-10-18 13:19:50 -0400 |
| commit | d6f8ab30a2af4666732c2077df8f731076827b2e (patch) | |
| tree | da2eaf26671d7d365ac2b2fdf2c25108d9ef294d /lib | |
| parent | 2ea63271e522ff6cc9e48191b0e3b459f5e7b456 (diff) | |
treewide: Remove OF_PRIOR_STAGE
The previous patches removed OF_PRIOR_STAGE from the last consumers of the
Kconfig option. Cleanup any references to it in documentation, code and
configuration options.
Signed-off-by: Ilias Apalodimas <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/fdtdec.c | 2 |
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 */ |
