diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-29 21:22:23 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-29 21:22:23 +0000 |
commit | 98175bd43dbfc70f473cca6759bc8a2f4e655734 (patch) | |
tree | 4fb0f5cefa3728fa2b7d895003f321e164db96a0 /target/device/Atmel/at91sam9260pf | |
parent | 37a085768535229cb0025822df2b0b23c9804edb (diff) |
- revert part of 20119 (renaming BR2_ARM_.ABI to BR2_.ABI)
Diffstat (limited to 'target/device/Atmel/at91sam9260pf')
-rw-r--r-- | target/device/Atmel/at91sam9260pf/at91sam9260pf_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/device/Atmel/at91sam9260pf/at91sam9260pf_defconfig b/target/device/Atmel/at91sam9260pf/at91sam9260pf_defconfig index 54af41f40..36dd77a5b 100644 --- a/target/device/Atmel/at91sam9260pf/at91sam9260pf_defconfig +++ b/target/device/Atmel/at91sam9260pf/at91sam9260pf_defconfig @@ -44,8 +44,8 @@ BR2_generic_arm=y # BR2_xscale is not set # BR2_iwmmxt is not set BR2_ARM_TYPE="GENERIC_ARM" -BR2_OABI=y -# BR2_EABI is not set +BR2_ARM_OABI=y +# BR2_ARM_EABI is not set BR2_ARCH="arm" BR2_ENDIAN="LITTLE" |