omap3evm: Cleanup machine config
authorRoger Monk <r-monk@ti.com>
Wed, 30 Jun 2010 17:02:18 +0000 (18:02 +0100)
committerKoen Kooi <k-kooi@ti.com>
Thu, 1 Jul 2010 06:55:19 +0000 (08:55 +0200)
   * Set uboot preferred provider
   * Set VT
   * Set x-loader machine
   * Align jffs2 params with other ti targets

Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
conf/machine/omap3evm.conf

index 097904d..7bbc821 100644 (file)
@@ -1,6 +1,6 @@
 #@TYPE: Machine
-#@NAME: omap3 EVM
-#@DESCRIPTION: Machine configuration for the TI omap3 EVM
+#@NAME: OMAP3 EVM
+#@DESCRIPTION: Machine configuration for the TI OMAP3 EVM
 TARGET_ARCH = "arm"
 
 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
@@ -18,14 +18,19 @@ require conf/machine/include/omap3.inc
 # Ship all kernel modules
 
 IMAGE_FSTYPES ?= "jffs2 tar.bz2"
-EXTRA_IMAGECMD_jffs2 = "-lnp "
+EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048"
 
 SERIAL_CONSOLE = "115200 ttyS0"
+USE_VT = "0"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
 
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
+PREFERRED_VERSION_u-boot = "git"
+
 UBOOT_ARCH = "arm"
 UBOOT_MACHINE = "omap3_evm_config"
+XLOAD_MACHINE = "omap3evm_config"
 
 MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen"