]> git.sur5r.net Git - u-boot/blobdiff - lib_mips/bootm.c
MPC8610HPCD: Report board id, board version and fpga version.
[u-boot] / lib_mips / bootm.c
index e4c139efab1914616a69ec84c47ce1a876de8976..f813fc583100a9a15a3e1dc6fe1cea21a8d8ef2d 100644 (file)
@@ -57,7 +57,7 @@ void do_bootm_linux (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[],
 
        /* find kernel entry point */
        if (images->legacy_hdr_valid) {
-               ep = image_get_ep (images->legacy_hdr_os);
+               ep = image_get_ep (&images->legacy_hdr_os_copy);
 #if defined(CONFIG_FIT)
        } else if (images->fit_uname_os) {
                ret = fit_image_get_entry (images->fit_hdr_os,