aboutsummaryrefslogtreecommitdiff
path: root/include/fdtdec.h
diff options
context:
space:
mode:
authorIlias Apalodimas <ilias.apalodimas@linaro.org>2021-10-12 00:00:15 +0300
committerTom Rini <trini@konsulko.com>2021-10-18 13:19:50 -0400
commitd6f8ab30a2af4666732c2077df8f731076827b2e (patch)
treeda2eaf26671d7d365ac2b2fdf2c25108d9ef294d /include/fdtdec.h
parent2ea63271e522ff6cc9e48191b0e3b459f5e7b456 (diff)
downloadu-boot-d6f8ab30a2af4666732c2077df8f731076827b2e.zip
u-boot-d6f8ab30a2af4666732c2077df8f731076827b2e.tar.gz
u-boot-d6f8ab30a2af4666732c2077df8f731076827b2e.tar.bz2
treewide: Remove OF_PRIOR_STAGEWIP/bisect-testing
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 <ilias.apalodimas@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/fdtdec.h')
-rw-r--r--include/fdtdec.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h
index f94d1f4..2398142 100644
--- a/include/fdtdec.h
+++ b/include/fdtdec.h
@@ -55,10 +55,6 @@ struct bd_info;
#define SPL_BUILD 0
#endif
-#ifdef CONFIG_OF_PRIOR_STAGE
-extern phys_addr_t prior_stage_fdt_address;
-#endif
-
/*
* Information about a resource. start is the first address of the resource
* and end is the last address (inclusive). The length of the resource will