diff options
author | John Lee <john_lee@openmoko.org> | 2008-12-17 17:49:19 +0800 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-12-19 00:10:37 +0800 |
commit | a3eb47ce6f30560641e82621140891a59277b7ca (patch) | |
tree | 7f945a741d55212a3ce7fc043701fa01ba1b5ded | |
parent | d1614956bbaab743345491ad401b97a6e02e5a0a (diff) |
om-gta01.conf: bring over this conf from om.dev
The modification is made in a merge so cherry-picking is not possible.
-rw-r--r-- | conf/machine/om-gta01.conf | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/conf/machine/om-gta01.conf b/conf/machine/om-gta01.conf index a45380f606..7e3b9edf42 100644 --- a/conf/machine/om-gta01.conf +++ b/conf/machine/om-gta01.conf @@ -1,12 +1,11 @@ #----------------------------------------------------------------------------- #@TYPE: Machine -#@NAME: FIC GTA01 (Neo 1973) -#@DESCRIPTION: Machine configuration for the FIC Neo 1973 GSM phone +#@NAME: OM GTA01 (Neo1973) +#@DESCRIPTION: Machine configuration for the OM Neo1973 GSM phone #----------------------------------------------------------------------------- TARGET_ARCH = "arm" -MACHINE_CLASS = "neo1973" -PACKAGE_EXTRA_ARCHS = "fic-gta01 ${MACHINE_CLASS}" +PACKAGE_EXTRA_ARCHS = "armv4t" PREFERRED_PROVIDER_virtual/kernel ?= "linux-openmoko" UBOOT_ENTRYPOINT = "30008000" @@ -26,7 +25,7 @@ MACHINE_EXTRA_RRECOMMENDS = "\ kernel-module-gta01kbd \ kernel-module-s3cmci \ kernel-module-snd-soc-neo1973-wm8753 \ - kernel-module-snd-soc-smdk2440 \ + kernel-module-g-ether \ " # do not outcomment, we bypass the sysvinit.bb logic here -- see FIC GTA01 inittab @@ -36,7 +35,7 @@ MACHINE_EXTRA_RRECOMMENDS = "\ ROOT_FLASH_SIZE = "60" # extra jffs2 tweaks -IMAGE_FSTYPES += "jffs2" +IMAGE_FSTYPES ?= "jffs2 tar.bz2" EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad -n" # build / upload tools |