summaryrefslogtreecommitdiff
path: root/include/asm-generic
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2024-08-21 10:19:11 -0600
committerTom Rini <[email protected]>2024-08-26 14:05:38 -0600
commit894197285407ae5782597cdd9c79eca8518246ed (patch)
tree3a6f04d46dfc162a1702f4213ba1bf0e1e8295a1 /include/asm-generic
parent5019d3282cb738604cdc33102809ed7a0ceaf08e (diff)
board_f: Move new_bootstage to boardf
This value is only used before relocation. Move it to the new boardf struct. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/asm-generic')
-rw-r--r--include/asm-generic/global_data.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h
index 325777dc539..915dad503a2 100644
--- a/include/asm-generic/global_data.h
+++ b/include/asm-generic/global_data.h
@@ -335,10 +335,6 @@ struct global_data {
* @bootstage: boot stage information
*/
struct bootstage_data *bootstage;
- /**
- * @new_bootstage: relocated boot stage information
- */
- struct bootstage_data *new_bootstage;
#endif
#ifdef CONFIG_LOG
/**