diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-18 20:12:52 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-18 20:12:52 +0200 |
commit | 68a8be99518c624816d238ee2ebb5e602a4c62ac (patch) | |
tree | a5e110c480968fc1f2ef2de4000851fe634e87fc /recipes/u-boot | |
parent | f104de3654682e17a12b21634a8ec0152b7bb193 (diff) |
Revert "linux-2.6.29: add a default kernel for tqm8540"
This reverts commit f1cc64d92cc4023fe8180dc0079d010eec0d71b0.
Diffstat (limited to 'recipes/u-boot')
-rw-r--r-- | recipes/u-boot/u-boot_2009.01.bb | 2 | ||||
-rw-r--r-- | recipes/u-boot/u-boot_git.bb | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/recipes/u-boot/u-boot_2009.01.bb b/recipes/u-boot/u-boot_2009.01.bb index 9bc0f9565d..e0839c923e 100644 --- a/recipes/u-boot/u-boot_2009.01.bb +++ b/recipes/u-boot/u-boot_2009.01.bb @@ -8,7 +8,7 @@ DEFAULT_PREFERENCE_at91rm9200dk = "1" DEFAULT_PREFERENCE_at91sam9rlek = "1" DEFAULT_PREFERENCE_at91sam9260ek = "1" DEFAULT_PREFERENCE_at91sam9261ek = "1" -DEFAULT_PREFERENCE_at91sam9g20ek = "-1" +DEFAULT_PREFERENCE_at91sam9g20ek = "1" DEFAULT_PREFERENCE_at91sam9263ek = "1" DEFAULT_PREFERENCE_at91cap9adk = "1" DEFAULT_PREFERENCE_atngw100 = "1" diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb index 9921326e6c..12ebcfe74e 100644 --- a/recipes/u-boot/u-boot_git.bb +++ b/recipes/u-boot/u-boot_git.bb @@ -10,8 +10,6 @@ SRCREV_spitz = "9bf86baaa3b35b25baa2d664e2f7f6cafad689ee" SRCREV_c7x0 = "9bf86baaa3b35b25baa2d664e2f7f6cafad689ee" SRCREV_afeb9260 = "6b8edfde22acc574b5532e9f086e6a7287a9bc78" SRCREV_afeb9260-180 = "6b8edfde22acc574b5532e9f086e6a7287a9bc78" -SRCREV_at91sam9g20ek = "34b76a14f676bc6501c27a96564e4dfb4793f033" - SRC_URI_append_afeb9260 = " file://AFEB9260-network-fix.patch;patch=1" SRC_URI_append_afeb9260-180 = " file://AFEB9260-network-fix.patch;patch=1" |