diff options
author | Franklin S. Cooper Jr <fcooper@ti.com> | 2013-04-22 11:21:42 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-04-22 16:20:28 -0400 |
commit | b73a2e363b0fea35036017c7e9cde49f24711d14 (patch) | |
tree | d4750f979d5bc4b01e854940ea3f9d943a354cb4 /recipes-bsp/u-boot | |
parent | 6efc27aedc3db4db954652f5592c6d16d82f0009 (diff) | |
download | meta-ti-b73a2e363b0fea35036017c7e9cde49f24711d14.tar.gz |
u-boot-am33x: Update u-boot recipe to 2013.01.01
* Update to latest version of u-boot that supports the 3.2 kernel.
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-am33x_2012.10.bb | 17 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-am33x_2013.01.01.bb | 20 |
2 files changed, 20 insertions, 17 deletions
diff --git a/recipes-bsp/u-boot/u-boot-am33x_2012.10.bb b/recipes-bsp/u-boot/u-boot-am33x_2012.10.bb deleted file mode 100644 index 7320e021..00000000 --- a/recipes-bsp/u-boot/u-boot-am33x_2012.10.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | require u-boot-ti.inc | ||
2 | |||
3 | DESCRIPTION = "u-boot bootloader for ARM MPU devices" | ||
4 | |||
5 | COMPATIBLE_MACHINE = "ti33x|omap3" | ||
6 | |||
7 | DEFAULT_PREFERENCE = "-1" | ||
8 | |||
9 | PR = "r7+gitr${SRCPV}" | ||
10 | |||
11 | SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;branch=${BRANCH}" | ||
12 | |||
13 | BRANCH = "amsdk-05.06.00.00" | ||
14 | |||
15 | SRCREV = "6536bfa6b7f16bb49fdea8c72959e3ed54e77a82" | ||
16 | |||
17 | SPL_BINARY = "MLO" | ||
diff --git a/recipes-bsp/u-boot/u-boot-am33x_2013.01.01.bb b/recipes-bsp/u-boot/u-boot-am33x_2013.01.01.bb new file mode 100644 index 00000000..19ec34eb --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-am33x_2013.01.01.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | require u-boot-ti.inc | ||
2 | |||
3 | DESCRIPTION = "u-boot bootloader for ARM MPU devices" | ||
4 | |||
5 | COMPATIBLE_MACHINE = "ti33x" | ||
6 | |||
7 | DEFAULT_PREFERENCE = "-1" | ||
8 | |||
9 | PR = "r5+gitr${SRCPV}" | ||
10 | |||
11 | SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}" | ||
12 | |||
13 | # This version of u-boot is meant for 3.2 kernel which doesn't support device tree. | ||
14 | BRANCH = "ti-u-boot-2013.01.01-amsdk-05.07.00.00" | ||
15 | |||
16 | # Commit corresponds to tag "v2013.01.01_amsdk-05.07.00.00" | ||
17 | SRCREV = "8eb15a787c558fee98b0fa2a66ff0849c732edcc" | ||
18 | |||
19 | # Set the name of the SPL that will built so that it is also packaged with u-boot. | ||
20 | SPL_BINARY = "MLO" | ||