From: Dmitry Eremin-Solenikov Date: Mon, 25 May 2009 14:05:43 +0000 (+0400) Subject: at91*: use correct u-boot configs X-Git-Tag: pre-nov2009-core-updates~1685 X-Git-Url: http://code.vuplus.com/gitweb/?a=commitdiff_plain;h=588564f0656e911c89c4d85f0f8b7ef57859a0f4;p=vuplus_openembedded at91*: use correct u-boot configs Signed-off-by: Dmitry Eremin-Solenikov --- diff --git a/conf/machine/at91sam9260ek.conf b/conf/machine/at91sam9260ek.conf index ea93b02..9a7ca9a 100644 --- a/conf/machine/at91sam9260ek.conf +++ b/conf/machine/at91sam9260ek.conf @@ -10,7 +10,7 @@ PREFERRED_VERSION_linux = "2.6.28" PREFERRED_PROVIDER_xserver = "xserver-kdrive" KERNEL_IMAGETYPE = "uImage" -UBOOT_MACHINE = "at92sam9260ek_config" +UBOOT_MACHINE = "at91sam9260ek_config" PREFERRED_VERSION_at91bootstrap = "2.10" diff --git a/conf/machine/at91sam9261ek.conf b/conf/machine/at91sam9261ek.conf index d48ee7c..79f275f 100644 --- a/conf/machine/at91sam9261ek.conf +++ b/conf/machine/at91sam9261ek.conf @@ -10,7 +10,7 @@ PREFERRED_VERSION_linux = "2.6.28" PREFERRED_PROVIDER_xserver = "xserver-kdrive" KERNEL_IMAGETYPE = "uImage" -UBOOT_MACHINE = "at92sam9261ek_config" +UBOOT_MACHINE = "at91sam9261ek_config" PREFERRED_VERSION_at91bootstrap = "2.10" diff --git a/conf/machine/at91sam9rlek.conf b/conf/machine/at91sam9rlek.conf index 228b7be..f7a78dc 100644 --- a/conf/machine/at91sam9rlek.conf +++ b/conf/machine/at91sam9rlek.conf @@ -10,7 +10,7 @@ PREFERRED_VERSION_linux = "2.6.28" PREFERRED_PROVIDER_xserver = "xserver-kdrive" KERNEL_IMAGETYPE = "uImage" -UBOOT_MACHINE = "at92sam9rlek_config" +UBOOT_MACHINE = "at91sam9rlek_config" PREFERRED_VERSION_at91bootstrap = "2.10"