diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-29 17:21:16 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-29 17:21:16 +0000 |
commit | 2f1eb9e4b8e83273afd19d23bc417991c3e078a1 (patch) | |
tree | 6001b66020a948c95db96bc126a6758810bf9929 /target/device/ARM/Config.in | |
parent | 83e903468ce90de64dd6e87ace6ea28f72b6e5eb (diff) | |
download | buildroot-novena-2f1eb9e4b8e83273afd19d23bc417991c3e078a1.tar.gz buildroot-novena-2f1eb9e4b8e83273afd19d23bc417991c3e078a1.zip |
Remove unneeded ARM architecure patch, just a clone of SAM9260 support
Diffstat (limited to 'target/device/ARM/Config.in')
-rw-r--r-- | target/device/ARM/Config.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/target/device/ARM/Config.in b/target/device/ARM/Config.in deleted file mode 100644 index 557476377..000000000 --- a/target/device/ARM/Config.in +++ /dev/null @@ -1,20 +0,0 @@ -menuconfig BR2_TARGET_ARM - bool "Generic ARM Support" - depends on BR2_arm - depends on !BR2_TARGET_ARMLTD - depends on !BR2_TARGET_ATMEL - depends on !BR2_TARGET_SHARP - default y - -if BR2_TARGET_ARM - -config BR2_BOARD_NAME - string "Board Name" - default "arm" - -config BR2_BOARD_PATH - string "Board Path" - default "target/device/ARM" - -endif - |