diff options
Diffstat (limited to 'meta/conf/machine/om-gta01.conf')
-rw-r--r-- | meta/conf/machine/om-gta01.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/conf/machine/om-gta01.conf b/meta/conf/machine/om-gta01.conf index 4211ff5e80..f40457e226 100644 --- a/meta/conf/machine/om-gta01.conf +++ b/meta/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" @@ -37,6 +37,7 @@ MACHINE_EXTRA_RRECOMMENDS = "\ ROOT_FLASH_SIZE = "60" # extra jffs2 tweaks +IMAGE_FSTYPES ?= "jffs2" EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad -n" # build / upload tools @@ -44,3 +45,4 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad -n" # tune for S3C24x0 include conf/machine/include/tune-arm920t.inc + |