diff options
Diffstat (limited to 'lib_blackfin/bootm.c')
-rw-r--r-- | lib_blackfin/bootm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib_blackfin/bootm.c b/lib_blackfin/bootm.c index 26ac88b..33979a9 100644 --- a/lib_blackfin/bootm.c +++ b/lib_blackfin/bootm.c @@ -53,6 +53,9 @@ void do_bootm_linux(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[], char *cmdline; ulong ep = 0; + if (!images->autostart) + return ; + #ifdef SHARED_RESOURCES swap_to(FLASH); #endif |