commit | b88befa550c2eaf315c01648f0472634ead6abac | [log] [tgz] |
---|---|---|
author | Ilya Yanok <yanok@emcraft.com> | Tue Nov 01 13:16:03 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu Nov 03 22:56:23 2011 +0100 |
tree | 881a711651a9846707ecab5b27968d6d37e69205 | |
parent | e0297a5599c0eab00910006b788f72058efb5b1e [diff] |
omap/spl: actually enable the console Currently OMAP SPL code does all the initialization but does not set the gd->have_console value so no output is actually performed. This patch sets gd->have_console to 1. Signed-off-by: Ilya Yanok <yanok@emcraft.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>