Merge branch 'master' of /home/wd/git/u-boot/custodians
[platform/kernel/u-boot.git] / lib_avr32 / bootm.c
index 8a6109d..35240e2 100644 (file)
@@ -202,6 +202,6 @@ int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images)
 
        theKernel(ATAG_MAGIC, params_start);
        /* does not return */
-error:
+
        return 1;
 }