diff options
author | Greg Ungerer <gerg@snapgear.com> | 2007-07-30 05:26:08 +0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-10-13 02:43:02 +0400 |
commit | 7a8be08b1be0bb2a973787bdf888e0a4177cdcd8 (patch) | |
tree | a26cc0f2c0ec522a7e8e9faad3a9f14171900663 /arch/arm/Kconfig-nommu | |
parent | e86908614f2c7fec401827e5cefd7a6ea9407f85 (diff) | |
download | linux-7a8be08b1be0bb2a973787bdf888e0a4177cdcd8.tar.xz |
[ARM] 4532/1: allow configuration of processor ID
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>
Diffstat (limited to 'arch/arm/Kconfig-nommu')
-rw-r--r-- | arch/arm/Kconfig-nommu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig-nommu b/arch/arm/Kconfig-nommu index f087376748d1..901e6dff8437 100644 --- 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 |