diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-29 19:17:39 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-29 19:17:39 +0000 |
commit | 3de7a21bc743a691b158bd078569b4c9040fb60c (patch) | |
tree | d5c9a4008412aaf017cb0e376446b0a008bc5fe3 /target/device/Arm/Config.in | |
parent | 7a478629c14a91a87c416a255cfd83581f438ded (diff) |
- add mips/mipsel target architecture selection
- rename BR2_ARM_[EO]ABI to the commonly used BR2_[EO]ABI
Diffstat (limited to 'target/device/Arm/Config.in')
-rw-r--r-- | target/device/Arm/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/device/Arm/Config.in b/target/device/Arm/Config.in index a52f9ef64..c14f24661 100644 --- a/target/device/Arm/Config.in +++ b/target/device/Arm/Config.in @@ -12,8 +12,8 @@ config BR2_TARGET_ARM_INTEGRATOR_926 depends BR2_arm default n select BR2_PACKAGE_LINUX - select BR2_ARM_EABI - select BR2_KERNEL_HEADERS_2_6_20 + select BR2_EABI + select BR2_KERNEL_HEADERS_2_6_22 select BR2_PTHREADS select BR2_arm926t help |