From: Florian Boor Date: Thu, 4 Jun 2009 20:53:17 +0000 (+0200) Subject: micro2440.conf: Merge in some bits from mini2440.conf, add support for u-boot. X-Git-Tag: Release-2010-05/1~3282^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84da8738de685a0cce37759ac3aa08c1579d9427;p=openembedded.git micro2440.conf: Merge in some bits from mini2440.conf, add support for u-boot. --- diff --git a/conf/machine/micro2440.conf b/conf/machine/micro2440.conf index 2b7134faf5..24ec36d9e4 100644 --- a/conf/machine/micro2440.conf +++ b/conf/machine/micro2440.conf @@ -4,8 +4,18 @@ TARGET_ARCH = "arm" -PREFERRED_PROVIDER_virtual/kernel = "linux" -PREFERRED_VERSION_linux = "2.6.29" +IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt \ + files/device_table_add-s3c_serial.txt" + +PREFERRED_VERSION_u-boot = "git" +UBOOT_MACHINE = "mini2440_config" + +PREFERRED_PROVIDER_virtual/kernel = "linux-mini2440" + +# This can be used as alternative, stable kernel +# PREFERRED_PROVIDER_virtual/kernel = "linux" +# PREFERRED_VERSION_linux = "2.6.29" + # This is not necessarily true, there is a 800x480 display as well MACHINE_DISPLAY_WIDTH_PIXELS = "240" @@ -20,7 +30,7 @@ SERIAL_CONSOLE = "115200 ttySAC0" IMAGE_FSTYPES = "jffs2 tar.gz" -MACHINE_FEATURES = "kernel26 touchscreen screen usbhost usbgadget sound alsa ethernet" +MACHINE_FEATURES = "kernel26 touchscreen screen usbhost usbgadget sound alsa ethernet mmc mmcroot i2c spi" require conf/machine/include/tune-arm920t.inc