git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32c24a1
)
global_data: Drop fb_base
author
Simon Glass
<sjg@chromium.org>
Wed, 21 Aug 2024 16:19:03 +0000
(10:19 -0600)
committer
Tom Rini
<trini@konsulko.com>
Mon, 26 Aug 2024 20:05:38 +0000
(14:05 -0600)
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@chromium.org>
include/asm-generic/global_data.h
patch
|
blob
|
history
diff --git
a/include/asm-generic/global_data.h
b/include/asm-generic/global_data.h
index
79d2aa4
..
a06b508
100644
(file)
--- a/
include/asm-generic/global_data.h
+++ b/
include/asm-generic/global_data.h
@@
-64,12
+64,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