summaryrefslogtreecommitdiffstats
path: root/target/device/Arm/integrator926_huge_defconfig
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-29 19:17:39 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-29 19:17:39 +0000
commit3de7a21bc743a691b158bd078569b4c9040fb60c (patch)
treed5c9a4008412aaf017cb0e376446b0a008bc5fe3 /target/device/Arm/integrator926_huge_defconfig
parent7a478629c14a91a87c416a255cfd83581f438ded (diff)
downloadbuildroot-novena-3de7a21bc743a691b158bd078569b4c9040fb60c.tar.gz
buildroot-novena-3de7a21bc743a691b158bd078569b4c9040fb60c.zip
- add mips/mipsel target architecture selection
- rename BR2_ARM_[EO]ABI to the commonly used BR2_[EO]ABI
Diffstat (limited to 'target/device/Arm/integrator926_huge_defconfig')
-rw-r--r--target/device/Arm/integrator926_huge_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/device/Arm/integrator926_huge_defconfig b/target/device/Arm/integrator926_huge_defconfig
index 43e436ca3..72c0d0757 100644
--- a/target/device/Arm/integrator926_huge_defconfig
+++ b/target/device/Arm/integrator926_huge_defconfig
@@ -39,8 +39,8 @@ BR2_arm926t=y
# BR2_xscale is not set
# BR2_iwmmxt is not set
BR2_ARM_TYPE="ARM926T"
-# BR2_ARM_OABI is not set
-BR2_ARM_EABI=y
+# BR2_OABI is not set
+BR2_EABI=y
BR2_ARCH="arm"
BR2_ENDIAN="LITTLE"
BR2_GCC_TARGET_TUNE="arm9tdmi"