projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6077cb
)
[PATCH] fix a typo in the CPU_H8300H dependencies
author
Adrian Bunk
<bunk@stusta.de>
Tue, 14 Feb 2006 21:53:10 +0000
(13:53 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 15 Feb 2006 00:09:35 +0000
(16:09 -0800)
Jean-Luc Leger <reiga@dspnet.fr.eu.org> found this obvious typo.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/h8300/Kconfig.cpu
patch
|
blob
|
history
diff --git
a/arch/h8300/Kconfig.cpu
b/arch/h8300/Kconfig.cpu
index a380167a13cf6f661fb294704c6b7d6d67f65988..582797db9603f1fa19b3a0d2fae692bf1510efb2 100644
(file)
--- a/
arch/h8300/Kconfig.cpu
+++ b/
arch/h8300/Kconfig.cpu
@@
-169,7
+169,7
@@
endif
config CPU_H8300H
bool
- depends on (H8002 || H83007 || H83048 || H83068)
+ depends on (H8
3
002 || H83007 || H83048 || H83068)
default y
config CPU_H8S