aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2011-04-14 23:46:22 +0200
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2011-05-16 22:26:54 +0200
commitea08262f891c199f210f2d46b493de9eec57ceac (patch)
tree550aa371ab7fe358bca78b2fc9e530d1bff5f652 /conf/machine/include
parentf9da3498f73a23dba0e874cad1e3232859371482 (diff)
downloadopenembedded-ea08262f891c199f210f2d46b493de9eec57ceac.tar.gz
Set defaults to at91bootstrap-3.0 and u-boot-2009.11
Set the default bootstrap for at91 machines to bootstrap-3.0 Set the default u-boot to 2009.11 Set default UBOOT_MACHINE to at91sam9m10g45ek_sd This is however overridden by UBOOT_MACHINES which will build: * at91sam9m10g45ek_sd * at91sam9m10g45ek_nandflash * at91sam9m10g45ek_dataflash Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/at91-2.6.30.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/include/at91-2.6.30.inc b/conf/machine/include/at91-2.6.30.inc
index e245b15363..37a7188cbb 100644
--- a/conf/machine/include/at91-2.6.30.inc
+++ b/conf/machine/include/at91-2.6.30.inc
@@ -7,10 +7,10 @@ SOC_FAMILY = "at91"
PREFERRED_PROVIDER_virtual/kernel = "linux"
PREFERRED_VERSION_linux = "2.6.30"
-PREFERRED_PROVIDER_at91bootstrap = "at91bootstrap_2.13"
-PREFERRED_VERSION_at91bootstrap = "2.13"
+PREFERRED_PROVIDER_at91bootstrap = "at91bootstrap"
+PREFERRED_VERSION_at91bootstrap = "3.0"
-PREFERRED_PROVIDER_u-boot = "u-boot_2009.11"
+PREFERRED_PROVIDER_u-boot = "u-boot"
PREFERRED_VERSION_u-boot = "2009.11"
KERNEL_IMAGETYPE = "uImage"