summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2013-04-01 16:07:08 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-04-02 15:42:17 -0400
commit9fedd1c4d20553faad411547b6131ae38d404730 (patch)
treeed3369b9f8d0f5e0581cb76424a2081f0a59e0a0
parentf6fa9fe735c73a9d3030cd1d6f66163f8504fba1 (diff)
downloadmeta-ti-9fedd1c4d20553faad411547b6131ae38d404730.tar.gz
omap5-evm: update U-Boot machine to omap5 uevm
* The U-Boot config to be used in the latest code has been updated to use omap5_uevm instead of omap5_evm. * Update to the latest code to pickup this change and modify the machine file as well. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/omap5-evm.conf2
-rw-r--r--recipes-bsp/u-boot/u-boot-ti-staging_2013.01.01.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/omap5-evm.conf b/conf/machine/omap5-evm.conf
index 5fe39424..ba60e7cf 100644
--- a/conf/machine/omap5-evm.conf
+++ b/conf/machine/omap5-evm.conf
@@ -29,7 +29,7 @@ MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3836"
29# UBI: VID header offset: 2048 (aligned 2048) 29# UBI: VID header offset: 2048 (aligned 2048)
30UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" 30UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048"
31 31
32UBOOT_MACHINE = "omap5_evm_config" 32UBOOT_MACHINE = "omap5_uevm_config"
33 33
34# Currently removing the sgx machine feature because there is no SGX package 34# Currently removing the sgx machine feature because there is no SGX package
35# available for omap5 35# available for omap5
diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2013.01.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2013.01.01.bb
index 866cf144..f6cbeee1 100644
--- a/recipes-bsp/u-boot/u-boot-ti-staging_2013.01.01.bb
+++ b/recipes-bsp/u-boot/u-boot-ti-staging_2013.01.01.bb
@@ -8,6 +8,6 @@ SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH
8 8
9BRANCH ?= "ti-u-boot-2013.01.01" 9BRANCH ?= "ti-u-boot-2013.01.01"
10 10
11SRCREV = "2309e3268c52c844f8924711b4fd7a9693f5b747" 11SRCREV = "24043d3b0b6d54b4f73263903499fd3e63980830"
12 12
13SPL_BINARY = "MLO" 13SPL_BINARY = "MLO"