]> Git Repo - J-u-boot.git/commitdiff
global_data: Drop fb_base
authorSimon Glass <[email protected]>
Wed, 21 Aug 2024 16:19:03 +0000 (10:19 -0600)
committerTom Rini <[email protected]>
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 <[email protected]>
include/asm-generic/global_data.h

index 79d2aa4c6f5a91a4f50e13a380f2fc5d2fc2c8e4..a06b508bebb14f61ecbf6f8416c647600e7da7c7 100644 (file)
@@ -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
This page took 0.035614 seconds and 4 git commands to generate.