diff options
author | Koen Kooi <koen@openembedded.org> | 2008-03-26 17:22:02 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-03-26 17:22:02 +0000 |
commit | f7147e250bbe3dfc84913aa7a16d58026d98ae90 (patch) | |
tree | e01c3a7b3324b3ccc20ba8b2d82407911b3832e9 /conf/machine | |
parent | e431b1ef4aefd6dfdd84ee163b2e525d96873041 (diff) |
om-gta*: add compat archs
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/om-gta01.conf | 2 | ||||
-rw-r--r-- | conf/machine/om-gta02.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/om-gta01.conf b/conf/machine/om-gta01.conf index bfaf5ed793..09c382f376 100644 --- a/conf/machine/om-gta01.conf +++ b/conf/machine/om-gta01.conf @@ -6,7 +6,7 @@ TARGET_ARCH = "arm" MACHINE_CLASS = "neo1973" -PACKAGE_EXTRA_ARCHS = "armv4t ${MACHINE_CLASS}" +PACKAGE_EXTRA_ARCHS = "armv4t fic-gta01 ${MACHINE_CLASS}" PREFERRED_PROVIDER_virtual/kernel = "linux-openmoko" UBOOT_ENTRYPOINT = "30008000" diff --git a/conf/machine/om-gta02.conf b/conf/machine/om-gta02.conf index 2c2034b1b6..18678cc336 100644 --- a/conf/machine/om-gta02.conf +++ b/conf/machine/om-gta02.conf @@ -6,7 +6,7 @@ TARGET_ARCH = "arm" MACHINE_CLASS = "neo1973" -PACKAGE_EXTRA_ARCHS = "armv4t ${MACHINE_CLASS}" +PACKAGE_EXTRA_ARCHS = "armv4t fic-gta02 ${MACHINE_CLASS}" PREFERRED_PROVIDER_virtual/kernel = "linux-openmoko" UBOOT_ENTRYPOINT = "30008000" |