Re: [U-Boot] [PATCH v3] autostart: unify duplicated logic into the bootm code

2011-07-25 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1307317382-22108-1-git-send-email-vap...@gentoo.org> you wrote: > Rather than having a bunch of random commands handle autostart behavior, > unify the logic in a single place. This also fixes building of these > different commands when bootm is disabled. > > Acke

[U-Boot] [PATCH v3] autostart: unify duplicated logic into the bootm code

2011-06-05 Thread Mike Frysinger
Rather than having a bunch of random commands handle autostart behavior, unify the logic in a single place. This also fixes building of these different commands when bootm is disabled. Acked-by: Matthew McClintock Acked-by: Scott Wood Signed-off-by: Mike Frysinger --- v3 - fix unused w