projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e869086
)
[ARM] 4532/1: allow configuration of processor ID
author
Greg Ungerer
<gerg@snapgear.com>
Mon, 30 Jul 2007 01:26:08 +0000
(
02:26
+0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Fri, 12 Oct 2007 22:43:02 +0000
(23:43 +0100)
Allow for configuration of the processor ID for the simplar non-MMU
ARM parts.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig-nommu
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/Kconfig-nommu
b/arch/arm/Kconfig-nommu
index f087376748d12253bb9f0414c6c742dfd6eb0b89..901e6dff8437c947cfc2783129502235e2474fb4 100644
(file)
--- a/
arch/arm/Kconfig-nommu
+++ b/
arch/arm/Kconfig-nommu
@@
-26,7
+26,7
@@
config FLASH_SIZE
default 0x00400000
config PROCESSOR_ID
- hex
+ hex
'Hard wire the processor ID'
default 0x00007700
depends on !CPU_CP15
help