aboutsummaryrefslogtreecommitdiffstats
path: root/packages/u-boot
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2008-07-05 20:10:34 +0000
committerKoen Kooi <koen@openembedded.org>2008-07-05 20:10:34 +0000
commit2feb4c6f5b6ac703967e741999fcae7c66ca44bf (patch)
treefd81e4ce879b2f48171d83090e158615aa590f43 /packages/u-boot
parente50212d73e4e4d8fedbbac8b2a970c7854bbfab4 (diff)
downloadopenembedded-2feb4c6f5b6ac703967e741999fcae7c66ca44bf.tar.gz
u-boot git: beagleboard: initialize CM_CLKSEL_DSS register
Diffstat (limited to 'packages/u-boot')
-rw-r--r--packages/u-boot/u-boot-git/beagleboard/base.patch6
-rw-r--r--packages/u-boot/u-boot_git.bb2
2 files changed, 5 insertions, 3 deletions
diff --git a/packages/u-boot/u-boot-git/beagleboard/base.patch b/packages/u-boot/u-boot-git/beagleboard/base.patch
index 1d3a9e5154..dedc34398f 100644
--- a/packages/u-boot/u-boot-git/beagleboard/base.patch
+++ b/packages/u-boot/u-boot-git/beagleboard/base.patch
@@ -1467,10 +1467,10 @@ index 0000000..2f94684
+#endif /* (CONFIG_COMMANDS & CFG_CMD_NAND) */
diff --git a/board/omap3530beagle/omap3530beagle.c b/board/omap3530beagle/omap3530beagle.c
new file mode 100644
-index 0000000..7d9a566
+index 0000000..0bdfb72
--- /dev/null
+++ b/board/omap3530beagle/omap3530beagle.c
-@@ -0,0 +1,388 @@
+@@ -0,0 +1,390 @@
+/*
+ * (C) Copyright 2004-2008
+ * Texas Instruments, <www.ti.com>
@@ -1740,6 +1740,8 @@ index 0000000..7d9a566
+ *((uint *) 0x49058094) = 0x00000506;
+ *((uint *) 0x49056094) = 0xF060F000;
+
++ /* set clksel_tv and clksel_dss1 */
++ *((uint *) 0x48004E40) = 0x00001002;
+ return (0);
+}
+
diff --git a/packages/u-boot/u-boot_git.bb b/packages/u-boot/u-boot_git.bb
index 545438e9f7..c201eced37 100644
--- a/packages/u-boot/u-boot_git.bb
+++ b/packages/u-boot/u-boot_git.bb
@@ -1,5 +1,5 @@
require u-boot.inc
-PR="r4"
+PR="r6"
SRCREV_davinci-sffsdr = "a524e112b424c6843800ea2f19d3a8cf01d0aa94"
SRCREV_beagleboard = "a94f22f08f280905926219e568568964cb9eeb9d"