mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 12:39:22 -04:00
sh: Remove disable_ctrlc function from R7780MP
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
6f4b266ff2
commit
f309fa3892
@ -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>
|
* Copyright (C) 2008 Yusuke Goda <goda.yusuke@renesas.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
@ -40,9 +40,6 @@ int board_init(void)
|
|||||||
/* SCIF Enable */
|
/* SCIF Enable */
|
||||||
*(vu_short*)PHCR = 0x0000;
|
*(vu_short*)PHCR = 0x0000;
|
||||||
|
|
||||||
/* Disable Control-C */
|
|
||||||
disable_ctrlc(1);
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user