mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
global_data: Drop fb_base
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>
This commit is contained in:
parent
32c24a1705
commit
30e331e9cb
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user