projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d824792
)
arch/arm: add missing arm1136j-s variant
author
Peter Korsgaard
<peter@korsgaard.com>
Sun, 23 Aug 2015 22:43:12 +0000
(
00:43
+0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Sun, 23 Aug 2015 22:43:12 +0000
(
00:43
+0200)
Identical to arm1136jf-s, except that is doesn't have a vfp unit.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
arch/Config.in.arm
patch
|
blob
|
history
diff --git
a/arch/Config.in.arm
b/arch/Config.in.arm
index 9aa23a3d8d7c5d9d4466bd5eac7f42d1e376d0ab..4d10f4c49801d188a598292f9b971ccea4a51bf8 100644
(file)
--- a/
arch/Config.in.arm
+++ b/
arch/Config.in.arm
@@
-78,6
+78,12
@@
config BR2_arm926t
select BR2_ARM_CPU_HAS_THUMB
select BR2_ARM_CPU_ARMV5
select BR2_ARCH_HAS_MMU_OPTIONAL
+config BR2_arm1136j_s
+ bool "arm1136j-s"
+ select BR2_ARM_CPU_HAS_ARM
+ select BR2_ARM_CPU_HAS_THUMB
+ select BR2_ARM_CPU_ARMV6
+ select BR2_ARCH_HAS_MMU_OPTIONAL
config BR2_arm1136jf_s
bool "arm1136jf-s"
select BR2_ARM_CPU_HAS_ARM