diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-03-12 18:02:57 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-03-28 14:16:13 +0900 |
commit | f309fa38929ffba71230c02330ffa42f4bba6333 (patch) | |
tree | 780c0e513f7018aed27fd219dbed28d262bff9b9 /board/r7780mp/r7780mp.c | |
parent | 6f4b266ff2a4fcc2bff985d6a217852469afddb3 (diff) | |
download | u-boot-imx-f309fa38929ffba71230c02330ffa42f4bba6333.zip u-boot-imx-f309fa38929ffba71230c02330ffa42f4bba6333.tar.gz u-boot-imx-f309fa38929ffba71230c02330ffa42f4bba6333.tar.bz2 |
sh: Remove disable_ctrlc function from R7780MP
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'board/r7780mp/r7780mp.c')
-rw-r--r-- | board/r7780mp/r7780mp.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/board/r7780mp/r7780mp.c b/board/r7780mp/r7780mp.c index 1e0f536..1a37711 100644 --- 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; } |