summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/om-gta01.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/om-gta01.conf')
-rw-r--r--meta/conf/machine/om-gta01.conf4
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 @@
6 6
7TARGET_ARCH = "arm" 7TARGET_ARCH = "arm"
8MACHINE_CLASS = "neo1973" 8MACHINE_CLASS = "neo1973"
9PACKAGE_EXTRA_ARCHS = "armv4t ${MACHINE_CLASS}" 9PACKAGE_EXTRA_ARCHS = "armv4t fic-gta01 ${MACHINE_CLASS}"
10 10
11PREFERRED_PROVIDER_virtual/kernel = "linux-openmoko" 11PREFERRED_PROVIDER_virtual/kernel = "linux-openmoko"
12UBOOT_ENTRYPOINT = "30008000" 12UBOOT_ENTRYPOINT = "30008000"
@@ -37,6 +37,7 @@ MACHINE_EXTRA_RRECOMMENDS = "\
37ROOT_FLASH_SIZE = "60" 37ROOT_FLASH_SIZE = "60"
38 38
39# extra jffs2 tweaks 39# extra jffs2 tweaks
40IMAGE_FSTYPES ?= "jffs2"
40EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad -n" 41EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad -n"
41 42
42# build / upload tools 43# build / upload tools
@@ -44,3 +45,4 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad -n"
44 45
45# tune for S3C24x0 46# tune for S3C24x0
46include conf/machine/include/tune-arm920t.inc 47include conf/machine/include/tune-arm920t.inc
48