[oe-commits] Tom Rini : Revert "make sd-boot default for sam9m10ekes"

git version control git at git.openembedded.org
Thu Feb 24 00:17:14 UTC 2011


Module: openembedded.git
Branch: master
Commit: 2cb2509de3ff721249553937a915fcd2db3371d7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2cb2509de3ff721249553937a915fcd2db3371d7

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed Feb 23 17:15:40 2011 -0700

Revert "make sd-boot default for sam9m10ekes"

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 |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/conf/machine/at91sam9m10ekes.conf b/conf/machine/at91sam9m10ekes.conf
index 8f52689..63d97a8 100644
--- a/conf/machine/at91sam9m10ekes.conf
+++ b/conf/machine/at91sam9m10ekes.conf
@@ -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"
 





More information about the Openembedded-commits mailing list