diff options
| author | Tom Rini <[email protected]> | 2021-10-19 09:07:07 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-10-19 09:07:07 -0400 |
| commit | 9c79815c5c11c5cd30fd5a7fb82f96376e7c3a18 (patch) | |
| tree | da2eaf26671d7d365ac2b2fdf2c25108d9ef294d /include | |
| parent | d990f7d75d3dcf45a9220abc900495f00792f414 (diff) | |
| parent | d6f8ab30a2af4666732c2077df8f731076827b2e (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 'include')
| -rw-r--r-- | include/fdtdec.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h index f94d1f4f3ab..239814228d7 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 |
