diff options
Diffstat (limited to 'include/asm-arm/global_data.h')
-rw-r--r-- | include/asm-arm/global_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/global_data.h b/include/asm-arm/global_data.h index 892710d..c804768 100644 --- a/include/asm-arm/global_data.h +++ b/include/asm-arm/global_data.h @@ -41,8 +41,8 @@ typedef struct global_data { unsigned long reloc_off; /* Relocation Offset */ unsigned long env_addr; /* Address of Environment struct */ unsigned long env_valid; /* Checksum of Environment valid? */ -#ifdef CONFIG_VFD unsigned long fb_base; /* base address of frame buffer */ +#ifdef CONFIG_VFD unsigned char vfd_type; /* display type */ #endif #if 0 |