projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f4b266
)
sh: Remove disable_ctrlc function from R7780MP
author
Nobuhiro Iwamatsu
<iwamatsu@nigauri.org>
Wed, 12 Mar 2008 09:02:57 +0000
(18:02 +0900)
committer
Nobuhiro Iwamatsu
<iwamatsu@nigauri.org>
Fri, 28 Mar 2008 05:16:13 +0000
(14:16 +0900)
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
board/r7780mp/r7780mp.c
patch
|
blob
|
history
diff --git
a/board/r7780mp/r7780mp.c
b/board/r7780mp/r7780mp.c
index 1e0f536105508800e7b9d7c6bf3a51d37472f259..1a37711d6fa9b17ff1e4d2617864c3a99ebab652 100644
(file)
--- a/
board/r7780mp/r7780mp.c
+++ b/
board/r7780mp/r7780mp.c
@@
-1,5
+1,5
@@
/*
- * Copyright (C) 2007
Nobuhiro Iwamatsu
+ * Copyright (C) 2007
,2008 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
* Copyright (C) 2008 Yusuke Goda <goda.yusuke@renesas.com>
*
* This program is free software; you can redistribute it and/or
@@
-40,9
+40,6
@@
int board_init(void)
/* SCIF Enable */
*(vu_short*)PHCR = 0x0000;
- /* Disable Control-C */
- disable_ctrlc(1);
-
return 0;
}