public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/5 v2] microblaze: Call common console_init_f initialization function
@ 2011-10-07  7:38 Michal Simek
  2011-10-07  7:38 ` [U-Boot] [PATCH 2/5 v4] microblaze: Support flashes on lower addresses Michal Simek
  0 siblings, 1 reply; 7+ messages in thread
From: Michal Simek @ 2011-10-07  7:38 UTC (permalink / raw)
  To: u-boot

Calling console_init_f enables CTRL+C usage.

Signed-off-by: Michal Simek <monstr@monstr.eu>

---
v2: Fix commit message - origin subject
    "microblaze: Support CTRL+C when tftp is running"
---
 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
-- 
1.5.5.6

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-10-10  7:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-07  7:38 [U-Boot] [PATCH 1/5 v2] microblaze: Call common console_init_f initialization function Michal Simek
2011-10-07  7:38 ` [U-Boot] [PATCH 2/5 v4] microblaze: Support flashes on lower addresses Michal Simek
2011-10-07  7:38   ` [U-Boot] [PATCH 3/5 v3] microblaze: Initialize jumptable and console Michal Simek
2011-10-07  7:38     ` [U-Boot] [PATCH 4/5 v2] microblaze: Fix unaligned.h for endians Michal Simek
2011-10-07  7:38       ` [U-Boot] [PATCH 5/5 v2] microblaze: Copy bootfile from variables Michal Simek
2011-10-07 17:18       ` [U-Boot] [PATCH 4/5 v2] microblaze: Fix unaligned.h for endians Mike Frysinger
2011-10-10  7:18         ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox