[PATCH 11/35] global_data: Drop fb_base
Simon Glass
sjg at chromium.org
Wed Jul 24 17:08:58 CEST 2024
This value mirrors information recorded by driver model video drivers,
so can be removed to save space. Drop it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
include/asm-generic/global_data.h | 6 ------
1 file changed, 6 deletions(-)
diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h
index 970053892e1..af568e99f47 100644
--- a/include/asm-generic/global_data.h
+++ b/include/asm-generic/global_data.h
@@ -63,12 +63,6 @@ struct global_data {
* @mem_clk: memory clock rate in Hz
*/
unsigned long mem_clk;
-#if CONFIG_IS_ENABLED(VIDEO)
- /**
- * @fb_base: base address of frame buffer memory
- */
- unsigned long fb_base;
-#endif
#if defined(CONFIG_POST)
/**
* @post_log_word: active POST tests
--
2.34.1
More information about the U-Boot
mailing list