projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c5a26f
)
sh: add sh7722 support to EARLY_SCIF_CONSOLE
author
Magnus Damm
<magnus.damm@gmail.com>
Wed, 6 Feb 2008 14:54:23 +0000
(23:54 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 14 Feb 2008 05:22:07 +0000
(14:22 +0900)
This patch adds the base address of SCIF0 in the case of sh7722.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Kconfig.debug
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/Kconfig.debug
b/arch/sh/Kconfig.debug
index f7c716166ce8d859c3298f3b1bdd381f09266470..ccfa0b23d36634012e92a0fa135d4d9f50d9ae07 100644
(file)
--- a/
arch/sh/Kconfig.debug
+++ b/
arch/sh/Kconfig.debug
@@
-30,6
+30,7
@@
config EARLY_SCIF_CONSOLE_PORT
hex
depends on EARLY_SCIF_CONSOLE
default "0xffe00000" if CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7763
+ default "0xffe00000" if CPU_SUBTYPE_SH7722
default "0xffea0000" if CPU_SUBTYPE_SH7785
default "0xfffe8000" if CPU_SUBTYPE_SH7203
default "0xfffe9800" if CPU_SUBTYPE_SH7206 || CPU_SUBTYPE_SH7263