diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-03-10 19:47:57 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-03-10 19:47:57 +0000 |
commit | 781ce9185d69dfb39a917415ece8bd28c507116e (patch) | |
tree | ec4189d5a605424957d5da7437bf3041f9d35a86 /target/device/AMD/Config.in | |
parent | dccecf52b00eb3aa941b3111d41f60689088003b (diff) | |
download | buildroot-novena-781ce9185d69dfb39a917415ece8bd28c507116e.tar.gz buildroot-novena-781ce9185d69dfb39a917415ece8bd28c507116e.zip |
The DBAu1500 can run as either big or little endian
Diffstat (limited to 'target/device/AMD/Config.in')
-rw-r--r-- | target/device/AMD/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/AMD/Config.in b/target/device/AMD/Config.in index 6e31eb52d..5d5cc29ed 100644 --- a/target/device/AMD/Config.in +++ b/target/device/AMD/Config.in @@ -2,7 +2,7 @@ comment "AMD Specific Device Support" config BR2_TARGET_AMD_ALCHEMY bool "Board support for the AMD development boards" - depends BR2_mipsel + depends BR2_mipsel || BR2_mips default n help AMD Alchemy mips based systems |