mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
sh: Revert "SH 7366 needs SCIF_ONLY"
This reverts commit 5ca8c4852f
.
With the killing off of SCIF_ONLY and its spawn in sh-sci, we no longer
require this change, so just revert it.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
86d758ef2c
commit
5ff0594e2f
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@
|
||||||
# define SCSPTR0 SCPDR0
|
# define SCSPTR0 SCPDR0
|
||||||
# define SCIF_ORER 0x0001 /* overrun error bit */
|
# define SCIF_ORER 0x0001 /* overrun error bit */
|
||||||
# define SCSCR_INIT(port) 0x0038 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */
|
# define SCSCR_INIT(port) 0x0038 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */
|
||||||
# define SCIF_ONLY
|
|
||||||
#elif defined(CONFIG_CPU_SUBTYPE_SH7723)
|
#elif defined(CONFIG_CPU_SUBTYPE_SH7723)
|
||||||
# define SCSPTR0 0xa4050160
|
# define SCSPTR0 0xa4050160
|
||||||
# define SCSPTR1 0xa405013e
|
# define SCSPTR1 0xa405013e
|
||||||
|
|
Loading…
Reference in a new issue