Revert "make sd-boot default for sam9m10ekes"
authorTom Rini <tom_rini@mentor.com>
Thu, 24 Feb 2011 00:15:40 +0000 (17:15 -0700)
committerTom Rini <tom_rini@mentor.com>
Thu, 24 Feb 2011 00:15:40 +0000 (17:15 -0700)
This was another out-of-order push from me that depends on other changes.
Take this out for now so that u-boot builds again.

This reverts commit ccb60316650162a417e519a123d9fd09eae9911e.

conf/machine/at91sam9m10ekes.conf

index 8f52689..63d97a8 100644 (file)
@@ -13,12 +13,10 @@ include conf/machine/include/at91-lcd.inc
 # Supported u-boot machines
 #UBOOT_MACHINE = "at91sam9m10g45ek_nandflash_config"
 #UBOOT_MACHINE = "at91sam9m10g45ek_dataflash_config"
-#UBOOT_MACHINE = "at91sam9m10g45ek_dataflash_cs0_config"
+UBOOT_MACHINE = "at91sam9m10g45ek_dataflash_cs0_config"
 #UBOOT_MACHINE = "at91sam9m10g45ek_config"
-UBOOT_MACHINE = "at91sam9m10g45ek_sd_config"
-UBOOT_MACHINES = "at91sam9m10g45ek_sd at91sam9m10g45ek_nandflash at91sam9m10g45ek_dataflash"
 
-AT91BOOTSTRAP_BOARD = "at91sam9m10dfes at91sam9m10ekes at91sam9m10nfes at91sam9m10sdu"
+AT91BOOTSTRAP_BOARD = "at91sam9g45df at91sam9g45ek at91sam9g45nf"
 
 MACHINE_FEATURES += "usbhost"