diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-13 17:00:01 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-13 17:00:01 +0000 |
commit | af5a5f02392a0f0c2f4f11ca9f942873d79f9d23 (patch) | |
tree | 3581587530744e6bc2f1b25089446cdc8e63bcb4 /conf | |
parent | 077a351614950179cf5d2ec466b5aedaf60e64dd (diff) |
add machine conf for Motorola e680 (ezx platform)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/a780.conf | 15 | ||||
-rw-r--r-- | conf/machine/e680.conf | 6 |
2 files changed, 18 insertions, 3 deletions
diff --git a/conf/machine/a780.conf b/conf/machine/a780.conf index 9181b36c19..3977f50e2b 100644 --- a/conf/machine/a780.conf +++ b/conf/machine/a780.conf @@ -1,6 +1,6 @@ #@TYPE: Machine -#@NAME: Motorola EZX A780 and E680 -#@DESCRIPTION: Machine configuration for the Motorola GSM phones A780 and E680 +#@NAME: Motorola EZX A780 +#@DESCRIPTION: Machine configuration for the Motorola GSM phone A780 include conf/machine/include/motorola-ezx.conf @@ -9,7 +9,16 @@ IPKG_ARCHS = "all arm armv4 armv5te ${MACHINE}" PREFERRED_PROVIDER_xserver = "xserver-kdrive" -EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n --no-idea-yet --CAUTION" +EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n" + +#cat /proc/mtd +#dev: size erasesize name +#mtd0: 00020000 00008000 "Bootloader" +#mtd1: 000e0000 00020000 "Kernel" +#mtd2: 00580000 00020000 "VFM_Filesystem" +#mtd3: 00020000 00020000 "Logo" + +ROOT_FLASH_SIZE = "24" # EXTRA_IMAGEDEPENDS += "ezx-updater" diff --git a/conf/machine/e680.conf b/conf/machine/e680.conf new file mode 100644 index 0000000000..ae8915632e --- /dev/null +++ b/conf/machine/e680.conf @@ -0,0 +1,6 @@ +#@TYPE: Machine +#@NAME: Motorola EZX E680 +#@DESCRIPTION: Machine configuration for the Motorola GSM phone E680 + +require conf/machine/a780.conf + |