diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-05-11 20:04:26 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-05-20 13:14:04 -0400 |
commit | f0bc88f53787e3e340b6c3565cbb542467dfd0ba (patch) | |
tree | 291cf3d64f2b8a9675e538eba281ecf28bbda85e | |
parent | 69311473744ea6e820168a289eec847721094331 (diff) |
u-boot: update git recipe with the new DaVinci EVMs
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
-rw-r--r-- | recipes/u-boot/u-boot_git.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb index 3bf2b34df2..ebe686c378 100644 --- a/recipes/u-boot/u-boot_git.bb +++ b/recipes/u-boot/u-boot_git.bb @@ -1,11 +1,13 @@ require u-boot.inc -PR ="r24" +PR ="r25" FILESPATHPKG =. "u-boot-git:" SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git " SRCREV_davinci-sffsdr = "4b50cd12a3b3c644153c4cf393f4a4c12289e5aa" -SRCREV_davinci-dvevm = "4b50cd12a3b3c644153c4cf393f4a4c12289e5aa" +SRCREV_dm6446-evm = "4b50cd12a3b3c644153c4cf393f4a4c12289e5aa" +SRCREV_dm6467-evm = "4b50cd12a3b3c644153c4cf393f4a4c12289e5aa" +SRCREV_dm355-evm = "4b50cd12a3b3c644153c4cf393f4a4c12289e5aa" SRCREV_akita = "9bf86baaa3b35b25baa2d664e2f7f6cafad689ee" SRCREV_spitz = "9bf86baaa3b35b25baa2d664e2f7f6cafad689ee" SRCREV_c7x0 = "9bf86baaa3b35b25baa2d664e2f7f6cafad689ee" |