diff options
author | Koen Kooi <koen@openembedded.org> | 2010-02-07 12:29:58 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-02-07 12:29:58 +0100 |
commit | 647b959b391ce4904cf160bd046306970049a3d8 (patch) | |
tree | a756308ecfee72f0d492a40927e149f679964607 /conf/machine/archos5.conf | |
parent | 17367574b9a7e5030e8ec5e69d10119d647f2170 (diff) |
archos 5: sync with Archos OE repo
Diffstat (limited to 'conf/machine/archos5.conf')
-rw-r--r-- | conf/machine/archos5.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/archos5.conf b/conf/machine/archos5.conf index 8640912b0f..e4fdc95545 100644 --- a/conf/machine/archos5.conf +++ b/conf/machine/archos5.conf @@ -1,6 +1,6 @@ #@TYPE: Machine #@NAME: OMAP3 based Archos 5 -#@DESCRIPTION: Machine configuration for the Archos 5 +#@DESCRIPTION: Machine configuration for the Archos 5 (Gen6) TARGET_ARCH = "arm" require conf/machine/include/omap3.inc @@ -35,7 +35,7 @@ EXTRA_IMAGECMD_jffs2 = "-lnp " SERIAL_CONSOLE = "115200 ttyS2" -CMDLINE = "root=/dev/sda1 rw init=/sbin/init console=ttyS2,115200n8 mem=128M nohz=off" +CMDLINE = "root=/dev/sda1 rw init=/sbin/init console=ttyS2,115200n8 mem=128M nohz=off omapfb.vram=3686400" MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen wifi" |