global_data: enable fb_base for DM_VIDEO
authorHeiko Schocher <hs@denx.de>
Mon, 22 Jul 2019 04:49:04 +0000 (06:49 +0200)
committerAnatolij Gustschin <agust@denx.de>
Tue, 30 Jul 2019 10:54:37 +0000 (12:54 +0200)
with CONFIG_VIDEO we store fb base address
in global data fb_base variable. Do this
also in DM_VIDEO case.

Signed-off-by: Heiko Schocher <hs@denx.de>
include/asm-generic/global_data.h

index 7c2220643b5b1f3f3f13414138f11e1651e03675..5372d5d8cd9271b63a6d35c4552f8c78aec7275e 100644 (file)
@@ -33,7 +33,7 @@ typedef struct global_data {
        /* We cannot bracket this with CONFIG_PCI due to mpc5xxx */
        unsigned long pci_clk;
        unsigned long mem_clk;
-#if defined(CONFIG_LCD) || defined(CONFIG_VIDEO)
+#if defined(CONFIG_LCD) || defined(CONFIG_VIDEO) || defined(CONFIG_DM_VIDEO)
        unsigned long fb_base;          /* Base address of framebuffer mem */
 #endif
 #if defined(CONFIG_POST)