diff options
| author | Klaus Kurzmann <mok@fluxnetz.de> | 2010-04-03 18:50:45 +0200 |
|---|---|---|
| committer | Klaus Kurzmann <mok@fluxnetz.de> | 2010-04-03 18:50:45 +0200 |
| commit | 82b51b6abd7b43ae6fa1c7d01b780d0c99d22804 (patch) | |
| tree | b1455904c992c92a18dc5f48253d0f37c4ff7590 /recipes/u-boot/u-boot-git/beagleboard/0003-beagleboard-move-muxing-into-revision-print-switch.patch | |
| parent | 5eef2a8892b12b3215f52065c2c177f576c41959 (diff) | |
| parent | d2bd4a770d2a5b3fd56bd3a8584935240d9012f8 (diff) | |
Merge branch 'org.openembedded.dev' of git+ssh://git.openembedded.net/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/u-boot/u-boot-git/beagleboard/0003-beagleboard-move-muxing-into-revision-print-switch.patch')
| -rw-r--r-- | recipes/u-boot/u-boot-git/beagleboard/0003-beagleboard-move-muxing-into-revision-print-switch.patch | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/recipes/u-boot/u-boot-git/beagleboard/0003-beagleboard-move-muxing-into-revision-print-switch.patch b/recipes/u-boot/u-boot-git/beagleboard/0003-beagleboard-move-muxing-into-revision-print-switch.patch deleted file mode 100644 index 3750cf8990..0000000000 --- a/recipes/u-boot/u-boot-git/beagleboard/0003-beagleboard-move-muxing-into-revision-print-switch.patch +++ /dev/null @@ -1,53 +0,0 @@ -From 24e335a1457da32a1d79621d3a24462d6fb96853 Mon Sep 17 00:00:00 2001 -From: Koen Kooi <koen@dominion.thruhere.net> -Date: Thu, 18 Feb 2010 11:55:26 +0100 -Subject: [PATCH] beagleboard: move muxing into revision print switch() - ---- - board/ti/beagle/beagle.c | 19 ++++--------------- - 1 files changed, 4 insertions(+), 15 deletions(-) - -diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c -index 8b5243b..8fac6b2 100644 ---- a/board/ti/beagle/beagle.c -+++ b/board/ti/beagle/beagle.c -@@ -101,12 +101,16 @@ void beagle_identify(void) - break; - case REVISION_CX: - printf("C1/C2/C3\n"); -+ MUX_BEAGLE_C(); - break; - case REVISION_C4: - printf("C4\n"); -+ MUX_BEAGLE_C(); - break; - case REVISION_XM: - printf("XM\n"); -+ MUX_BEAGLE_C(); -+ MUX_BEAGLE_XM(); - break; - default: - printf("unknown 0x%02x\n", beagle_revision); -@@ -181,19 +185,4 @@ int misc_init_r(void) - void set_muxconf_regs(void) - { - MUX_BEAGLE(); -- -- switch(beagle_revision) { -- case REVISION_AXBX: -- break; -- case REVISION_CX: -- MUX_BEAGLE_C(); -- break; -- case REVISION_C4: -- MUX_BEAGLE_C(); -- break; -- case REVISION_XM: -- MUX_BEAGLE_C(); -- MUX_BEAGLE_XM(); -- break; -- } - } --- -1.6.6.1 - |
