summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-10-26 22:52:58 +0000
committerwdenk <wdenk>2003-10-26 22:52:58 +0000
commita57a496f4d0582391671ebe29d23e92b6a266463 (patch)
tree5cffe69d72f09a4c9dd9772b72b3562d562b0a00 /common
parent8cb8143ef7e490c13512cbdf688faf39f5aa4179 (diff)
downloadtalos-obmc-uboot-a57a496f4d0582391671ebe29d23e92b6a266463.tar.gz
talos-obmc-uboot-a57a496f4d0582391671ebe29d23e92b6a266463.zip
* Patch by Xiao Xianghua, 23 Oct 2003:
small patch for mpc85xx * Fix small problem in MPC5200 I2C driver * Fix FCC3 support on ATC board
Diffstat (limited to 'common')
-rw-r--r--common/cmd_bootm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c
index 07cda5658a..852eefd28f 100644
--- a/common/cmd_bootm.c
+++ b/common/cmd_bootm.c
@@ -205,7 +205,7 @@ int do_bootm (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
SHOW_BOOT_PROGRESS (3);
/* for multi-file images we need the data part, too */
- print_image_hdr (addr);
+ print_image_hdr ((image_header_t *)addr);
data = addr + sizeof(image_header_t);
len = ntohl(hdr->ih_size);
OpenPOWER on IntegriCloud