diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-03-20 22:06:10 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-03-20 22:06:10 +0000 |
commit | 10cacfa02ddb8a80c0d92327afc313f68f0cf753 (patch) | |
tree | 1d9a428788e1a39c6a1a525554dd690c39721c3d /target/device/Config.in | |
parent | 63364eb82d1e826c959b9f271043ef0b4e8cc064 (diff) | |
download | buildroot-novena-10cacfa02ddb8a80c0d92327afc313f68f0cf753.tar.gz buildroot-novena-10cacfa02ddb8a80c0d92327afc313f68f0cf753.zip |
Move ARM target to ARMLTD target to prepare for generic ARM
Diffstat (limited to 'target/device/Config.in')
-rw-r--r-- | target/device/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/Config.in b/target/device/Config.in index 4d4f0c492..f30a42b0f 100644 --- a/target/device/Config.in +++ b/target/device/Config.in @@ -5,7 +5,7 @@ source "project/Config.in" comment "Preset Devices" source "target/device/AMD/Config.in" -source "target/device/Arm/Config.in" +source "target/device/ARMLTD/Config.in" source "target/device/Atmel/Config.in" source "target/device/Hitachi/Config.in" source "target/device/jp/Config.in" |