From 3b84b9a27154e3692fe2c091429594c24b65a9a1 Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Mon, 10 Nov 2008 00:49:50 -0600 Subject: conf/machine/ixp4xx: remove duplicate archs now specificed in tune-xscale --- conf/machine/ixp4xxbe.conf | 2 +- conf/machine/ixp4xxle.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/machine/ixp4xxbe.conf b/conf/machine/ixp4xxbe.conf index 756024a3a7..575886fba6 100644 --- a/conf/machine/ixp4xxbe.conf +++ b/conf/machine/ixp4xxbe.conf @@ -4,7 +4,7 @@ TARGET_ARCH = "armeb" -PACKAGE_EXTRA_ARCHS = "armv4b armv4tb armv5eb armv5teb" +PACKAGE_EXTRA_ARCHS = "armv5eb" require conf/machine/include/ixp4xx.inc diff --git a/conf/machine/ixp4xxle.conf b/conf/machine/ixp4xxle.conf index 622db3ec27..d823c08a67 100644 --- a/conf/machine/ixp4xxle.conf +++ b/conf/machine/ixp4xxle.conf @@ -4,7 +4,7 @@ TARGET_ARCH = "arm" -PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te" +PACKAGE_EXTRA_ARCHS = "armv5e" require conf/machine/include/ixp4xx.inc -- cgit v1.2.3