diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-11 22:21:24 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-11 22:21:24 +0000 |
commit | c87de4ed990d8a621082a346a40a0db0c52d94eb (patch) | |
tree | acc6f7716e0a4967e19ccfd420487e62d3c73e8a /conf | |
parent | 9a77fefca0fd0d8fe2323e47e7187c3b8d1f3a79 (diff) | |
parent | ea7cf7899c42b1da3e9a7dc070c807ec1f38f75e (diff) |
merge of 38c34687521951dd251b87f48f5c8a4edeced577
and 696c4941de7c904623c36f238e02fea6008a7567
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/ep93xx.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/machine/ep93xx.conf b/conf/machine/ep93xx.conf index 040f00a6e2..b1e620882d 100644 --- a/conf/machine/ep93xx.conf +++ b/conf/machine/ep93xx.conf @@ -5,7 +5,7 @@ INHERIT += "linux_modules" TARGET_ARCH = "arm" -IPKG_ARCHS = "all arm armv5te ${MACHINE}" +IPKG_ARCHS = "all arm armv4t ${MACHINE}" PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel" @@ -32,4 +32,7 @@ EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x40000 --pad=0x500000 " #tune for ep93xx cpus #can be used for crunch support later on -#include conf/machine/tune-ep9312.conf +#include conf/machine/include/tune-ep9312.conf + + +include conf/machine/include/tune-arm920t.conf |