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 | |
parent | 27b207fd0a0941b03f27e2a82c0468b1a090c745 (diff) |
* 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')
-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 8e06bd64277..68e12d330d8 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 |