From: Nobuhiro Iwamatsu Date: Wed, 12 Mar 2008 09:02:57 +0000 (+0900) Subject: sh: Remove disable_ctrlc function from R7780MP X-Git-Tag: v2008.10-rc1~504^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f309fa38929ffba71230c02330ffa42f4bba6333;p=platform%2Fkernel%2Fu-boot.git sh: Remove disable_ctrlc function from R7780MP Signed-off-by: Nobuhiro Iwamatsu --- 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 * Copyright (C) 2008 Yusuke Goda * * 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; }