aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot-git/beagleboard/0027-beagleboardXM-don-t-set-mpurate-on-xM-in-bootargs.patch
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-17 11:13:25 -0700
committerTom Rini <tom_rini@mentor.com>2011-03-17 11:13:25 -0700
commitb45c4ccfc40cbde0f5d1b9511320dea1726cb105 (patch)
treec42f0fad8bac713df5b377278f5d0e0654055e13 /recipes/u-boot/u-boot-git/beagleboard/0027-beagleboardXM-don-t-set-mpurate-on-xM-in-bootargs.patch
parent568e0abfc6cec940dfa9dbe83e7d91e68bfbc59c (diff)
parent02599c18956925b256c1f4c29785d2b033596890 (diff)
downloadopenembedded-b45c4ccfc40cbde0f5d1b9511320dea1726cb105.tar.gz
Merge branch '2011.03-maintenance' of git://dominion.thruhere.net/var/cache/git/openembedded into 2011.03-maintenance
Diffstat (limited to 'recipes/u-boot/u-boot-git/beagleboard/0027-beagleboardXM-don-t-set-mpurate-on-xM-in-bootargs.patch')
-rw-r--r--recipes/u-boot/u-boot-git/beagleboard/0027-beagleboardXM-don-t-set-mpurate-on-xM-in-bootargs.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/recipes/u-boot/u-boot-git/beagleboard/0027-beagleboardXM-don-t-set-mpurate-on-xM-in-bootargs.patch b/recipes/u-boot/u-boot-git/beagleboard/0027-beagleboardXM-don-t-set-mpurate-on-xM-in-bootargs.patch
deleted file mode 100644
index 1a9197e1f9..0000000000
--- a/recipes/u-boot/u-boot-git/beagleboard/0027-beagleboardXM-don-t-set-mpurate-on-xM-in-bootargs.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 4aca3c70a18da58e263b08e37b288a06b2b6655c Mon Sep 17 00:00:00 2001
-From: Koen Kooi <koen@dominion.thruhere.net>
-Date: Tue, 13 Apr 2010 22:04:07 +0200
-Subject: [PATCH 27/50] beagleboardXM: don't set mpurate on xM in bootargs
-
----
- board/ti/beagle/beagle.c | 1 -
- 1 files changed, 0 insertions(+), 1 deletions(-)
-
-diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c
-index eb57b5a..974a72c 100644
---- a/board/ti/beagle/beagle.c
-+++ b/board/ti/beagle/beagle.c
-@@ -226,7 +226,6 @@ int misc_init_r(void)
- TWL4030_PM_RECEIVER_VAUX2_VSEL_18,
- TWL4030_PM_RECEIVER_VAUX2_DEV_GRP,
- TWL4030_PM_RECEIVER_DEV_GRP_P1);
-- setenv("mpurate", "720");
- break;
- default:
- printf("Beagle unknown 0x%02x\n", beagle_revision);
---
-1.6.6.1
-