diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-08 10:47:06 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-08 10:55:59 +0100 |
commit | 234596fc5d169b91aba8f998e20307715fdebfcc (patch) | |
tree | b29fb8d407ed2548c867df2b626556e40e11b16c /recipes-bsp/u-boot | |
parent | 7173560f284e57c0160a12e0f46e2f9224da5be2 (diff) | |
download | meta-ti-234596fc5d169b91aba8f998e20307715fdebfcc.tar.gz |
TI BSP: add support the AM37x EVM board
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r-- | recipes-bsp/u-boot/u-boot_git.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot_git.bb index 5546447d..f7423c95 100644 --- a/recipes-bsp/u-boot/u-boot_git.bb +++ b/recipes-bsp/u-boot/u-boot_git.bb | |||
@@ -66,6 +66,13 @@ SRC_URI_omap3evm = "git://arago-project.org/git/projects/u-boot-omap3.git;protoc | |||
66 | SRCREV_omap3evm = "c0a8fb217fdca7888d89f9a3dee74a4cec865620" | 66 | SRCREV_omap3evm = "c0a8fb217fdca7888d89f9a3dee74a4cec865620" |
67 | PV_omap3evm = "2009.11+${PR}+gitr${SRCREV}" | 67 | PV_omap3evm = "2009.11+${PR}+gitr${SRCREV}" |
68 | 68 | ||
69 | # ~ TI PSP v2009.11_OMAPPSP_03.00.01.06 (+ couple of commits) | ||
70 | SRC_URI_am37x-evm = "git://arago-project.org/git/projects/u-boot-omap3.git;protocol=git \ | ||
71 | file://0001-omap3evm-Change-default-console-serial-port-from.patch \ | ||
72 | " | ||
73 | SRCREV_am37x-evm = "c0a8fb217fdca7888d89f9a3dee74a4cec865620" | ||
74 | PV_am37x-evm = "2009.11+${PR}+gitr${SRCREV}" | ||
75 | |||
69 | # hawkboard - master branch (hawk still .07beta) | 76 | # hawkboard - master branch (hawk still .07beta) |
70 | SRC_URI_hawkboard = "git://arago-project.org/git/people/sekhar/u-boot-omapl1.git;protocol=git;branch=master" | 77 | SRC_URI_hawkboard = "git://arago-project.org/git/people/sekhar/u-boot-omapl1.git;protocol=git;branch=master" |
71 | SRC_URI_hawkboard += "file://dont-inline-weak-symbols.patch" | 78 | SRC_URI_hawkboard += "file://dont-inline-weak-symbols.patch" |