diff options
author | Dalon Westergreen <dwesterg@gmail.com> | 2018-02-26 09:08:22 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-04-23 10:00:58 -0700 |
commit | ed8aec93c7237f88fcf929cbddf9f5e240a2b6f8 (patch) | |
tree | 1c2c962ca59b35dac31bc31c359f1713dc784c22 | |
parent | 74333c0845861f723d2710322f95e86d18021cf9 (diff) | |
download | meta-altera-ed8aec93c7237f88fcf929cbddf9f5e240a2b6f8.tar.gz |
Update Stratix10 u-boot
A fix was pushed to uboot to address a stratix10
boot issue
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-socfpga_v2017.09.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2017.09.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2017.09.bb index fa31cfe..187c685 100644 --- a/recipes-bsp/u-boot/u-boot-socfpga_v2017.09.bb +++ b/recipes-bsp/u-boot/u-boot-socfpga_v2017.09.bb | |||
@@ -6,7 +6,7 @@ FILESEXTRAPATHS =. "${THISDIR}/files/v2017.09:" | |||
6 | SRCREV = "c98ac3487e413c71e5d36322ef3324b21c6f60f9" | 6 | SRCREV = "c98ac3487e413c71e5d36322ef3324b21c6f60f9" |
7 | 7 | ||
8 | # Stratix10 is not mainlined yet | 8 | # Stratix10 is not mainlined yet |
9 | SRCREV_stratix10 = "661b505ce8c9f6a7a12134743cd23a74cc54b475" | 9 | SRCREV_stratix10 = "8807902b23aea7dc6f25d1818fc68f10220afcb4" |
10 | SRC_URI_stratix10 = "git://github.com/altera-opensource/u-boot-socfpga.git;branch=socfpga_v2017.09;prot=https" | 10 | SRC_URI_stratix10 = "git://github.com/altera-opensource/u-boot-socfpga.git;branch=socfpga_v2017.09;prot=https" |
11 | 11 | ||
12 | SRC_URI_append = "\ | 12 | SRC_URI_append = "\ |