aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/at91sam9g20ek.conf
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2009-04-23 17:17:32 +0400
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2009-04-23 17:17:32 +0400
commitc8e1d3d2d8e335d3cc5d4cdbb832d93863a2b137 (patch)
tree3ad548dced80280e366b35ac6cf66408aa807689 /conf/machine/at91sam9g20ek.conf
parentb7f3788fa60588761232696940332b6ae2a9c4f6 (diff)
downloadopenembedded-c8e1d3d2d8e335d3cc5d4cdbb832d93863a2b137.tar.gz
u-boot: fix compilation for at91sam9g20ek boards
Fix the naming of config inside machine conf file and provide a patch that make u-boot compile for at91sam9g20ek boards. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'conf/machine/at91sam9g20ek.conf')
-rw-r--r--conf/machine/at91sam9g20ek.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/at91sam9g20ek.conf b/conf/machine/at91sam9g20ek.conf
index df19389d9f..903e953b13 100644
--- a/conf/machine/at91sam9g20ek.conf
+++ b/conf/machine/at91sam9g20ek.conf
@@ -10,7 +10,7 @@ PREFERRED_PROVIDER_xserver = "xserver-kdrive"
KERNEL_IMAGETYPE = "uImage"
PREFERRED_VERSION_u-boot = "2009.01"
-UBOOT_MACHINE = "at92sam9g20ek_config"
+UBOOT_MACHINE = "at91sam9g20ek_config"
PREFERRED_VERSION_at91bootstrap = "2.10"