diff options
| author | wdenk <wdenk> | 2003-07-26 08:08:08 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2003-07-26 08:08:08 +0000 | 
| commit | 7784674852c66b0924bdc79062bd208aa51fd0a9 (patch) | |
| tree | df62c40f9c04ebf3b5f8c2bea9e1bc80ae05cb8d /lib_arm/armlinux.c | |
| parent | 27b207fd0a0941b03f27e2a82c0468b1a090c745 (diff) | |
| download | olio-uboot-2014.01-7784674852c66b0924bdc79062bd208aa51fd0a9.tar.xz olio-uboot-2014.01-7784674852c66b0924bdc79062bd208aa51fd0a9.zip | |
* Allow crc32 to be used at address 0x000
* Provide consistent interface to standalone applications to access
  the 'global_data' structure
  Provide a doc/README.standalone more useful to users/developers.
* Make IceCube MGT5100 FEC driver work
Diffstat (limited to 'lib_arm/armlinux.c')
| -rw-r--r-- | lib_arm/armlinux.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib_arm/armlinux.c b/lib_arm/armlinux.c index 8e06bd642..68e12d330 100644 --- a/lib_arm/armlinux.c +++ b/lib_arm/armlinux.c @@ -231,7 +231,7 @@ void do_bootm_linux(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[],      setup_ramdisk_tag(bd);  #endif  #if defined (CONFIG_VFD) -    setup_videolfb_tag(gd); +    setup_videolfb_tag((gd_t *)gd);  #endif      setup_end_tag(bd);  #endif |