diff options
author | wdenk <wdenk> | 2003-06-15 22:40:42 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-06-15 22:40:42 +0000 |
commit | 71f9511803de65a3b98d2f592d418da1d1539f13 (patch) | |
tree | 4be38a22fc4f588a80aa8cc350ecd5617a211389 /include/asm-arm/global_data.h | |
parent | 487778b781257831aa9b9140dd3c7ad4176e8314 (diff) | |
download | u-boot-imx-71f9511803de65a3b98d2f592d418da1d1539f13.zip u-boot-imx-71f9511803de65a3b98d2f592d418da1d1539f13.tar.gz u-boot-imx-71f9511803de65a3b98d2f592d418da1d1539f13.tar.bz2 |
* Fix CONFIG_NET_MULTI support in include/net.h
* Patches by Kyle Harris, 13 Mar 2003:
- Add FAT partition support
- Add command support for FAT
- Add command support for MMC
----
- Add Intel PXA support for video
- Add Intel PXA support for MMC
----
- Enable MMC and FAT for lubbock board
- Other misc changes for lubbock board
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 |