summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb b/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb
index fcc31f5..9932a94 100644
--- a/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb
+++ b/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb
@@ -18,7 +18,9 @@ DEPENDS = "boot-format-native libgcc ${@base_contains('TCMODE', 'external-fsl',
18inherit deploy 18inherit deploy
19 19
20SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git;nobranch=1 \ 20SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git;nobranch=1 \
21 file://0001-u-boot-mpc85xx-u-boot-.lds-remove-_GLOBAL_OFFSET_TAB.patch" 21 file://0001-u-boot-mpc85xx-u-boot-.lds-remove-_GLOBAL_OFFSET_TAB.patch \
22 file://gcc5.patch \
23"
22SRCREV = "6ba8eedbcdc4b063f59a63e6288b938af739e8ad" 24SRCREV = "6ba8eedbcdc4b063f59a63e6288b938af739e8ad"
23 25
24python () { 26python () {