[U-Boot] [PATCH 11/26] microblaze: Support CTRL+C when tftp is running
Mike Frysinger
vapier at gentoo.org
Tue Sep 13 19:33:57 CEST 2011
On Tuesday, September 13, 2011 03:10:06 Michal Simek wrote:
> Signed-off-by: Michal Simek <monstr at monstr.eu>
> ---
> arch/microblaze/lib/board.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/microblaze/lib/board.c b/arch/microblaze/lib/board.c
> index d97543b..5510c12 100644
> --- a/arch/microblaze/lib/board.c
> +++ b/arch/microblaze/lib/board.c
> @@ -68,6 +68,7 @@ typedef int (init_fnc_t) (void);
> init_fnc_t *init_sequence[] = {
> env_init,
> serial_init,
> + console_init_f,
> #ifdef CONFIG_SYS_GPIO_0
> gpio_init,
> #endif
the summary/changelog is still confusing here. what i'd use is:
microblaze: call common console_init_f initialization function
All arches are supposed to call the common console_init_f func when setting
things up. If we don't, code like tftp and netconsole don't operate
correctly.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20110913/b6a08d98/attachment.pgp
More information about the U-Boot
mailing list