Commit 98a82798068331d1b3a137d21f96af169aecc7cf

Authored by Heiko Schocher
Committed by Anatolij Gustschin
1 parent 2f6dc79a4f

global_data: enable fb_base for DM_VIDEO

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/asm-generic/global_data.h
... ... @@ -33,7 +33,7 @@
33 33 /* We cannot bracket this with CONFIG_PCI due to mpc5xxx */
34 34 unsigned long pci_clk;
35 35 unsigned long mem_clk;
36   -#if defined(CONFIG_LCD) || defined(CONFIG_VIDEO)
  36 +#if defined(CONFIG_LCD) || defined(CONFIG_VIDEO) || defined(CONFIG_DM_VIDEO)
37 37 unsigned long fb_base; /* Base address of framebuffer mem */
38 38 #endif
39 39 #if defined(CONFIG_POST)