commit | bcbc8e4060eb610d0bddb5db95272edb1f554351 | [log] [tgz] |
---|---|---|
author | Ilko Iliev <iliev@ronetix.at> | Sun Nov 09 15:53:14 2008 +0100 |
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Fri Nov 21 01:44:35 2008 +0100 |
tree | ddad6281bf3d3e9d7d194fb555fddee69c3fe40b | |
parent | d2454ba00d79feab8d36d619712706263b8e614d [diff] |
lib_arm: do_bootm_linux() - correct a small mistake This patch corrects a small bug in the "if" condition: the parameter "flag" is 0 and the "if" condition is always true. The result is - the boom command doesn't start the kernel. Affected targets: all arm based. Signed-off-by: Ilko Iliev <iliev@ronetix.at>