am3517-evm: Machine config cleanup
authorRoger Monk <r-monk@ti.com>
Wed, 30 Jun 2010 17:00:00 +0000 (18:00 +0100)
committerKoen Kooi <k-kooi@ti.com>
Thu, 1 Jul 2010 06:55:18 +0000 (08:55 +0200)
   * Remove legacy OMAP3517 extra machine
      * Only used internally - safe to remove
   * Add uboot preferred provider
   * Set Machine configs for uboot/xloader
   * Set VT

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

index 0ee57c4..05eb2c5 100644 (file)
@@ -1,6 +1,6 @@
 #@TYPE: Machine
-#@NAME: omap3 EVM
-#@DESCRIPTION: Machine configuration for the TI omap3517 EVM
+#@NAME: AM3517 EVM
+#@DESCRIPTION: Machine configuration for the TI Sitara AM3517 EVM
 TARGET_ARCH = "arm"
 
 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
@@ -15,20 +15,22 @@ GUI_MACHINE_CLASS = "smallscreen"
 
 require conf/machine/include/omap3.inc
 
-PACKAGE_EXTRA_ARCHS += "omap3517-evm"
-
 # Ship all kernel modules
 
 IMAGE_FSTYPES ?= "jffs2 tar.bz2"
 EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048"
 
 SERIAL_CONSOLE = "115200 ttyS2"
+USE_VT = "2"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
 
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
+PREFERRED_VERSION_u-boot = "git"
+
 UBOOT_ARCH = "arm"
-UBOOT_MACHINE = "omap3517_evm_config"
-XLOAD_MACHINE = "omap3517evm_config"
+UBOOT_MACHINE = "am3517_evm_config"
+XLOAD_MACHINE = "am3517evm_config"
 
 MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen ethernet"