diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2017-09-29 16:27:02 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-09-29 16:27:02 -0300 |
commit | e8ecc6ae224c48332cdfe0f1f17b4a23960cb0b9 (patch) | |
tree | 40e3d786447937ea64cc99115e94cf94c319813b | |
parent | a13b706fcc6a5f1f5195b678025849b0f47b9be4 (diff) | |
download | meta-freescale-e8ecc6ae224c48332cdfe0f1f17b4a23960cb0b9.tar.gz |
u-boot-fslc: Bump revision to 9f164a1a01
This includes following changes:
9f164a1a01 mx25pdk: Change root to use a single partition layout
642e1ec971 mx25pdk: Remove duplicated define
bb8bb2c1bd mx25pdk: Use generic filesystem commands
a3581b705a imx6: disable clock command and print_cpuinfo code in SPL
555c0086e6 colibri_imx6: Avoid calling setup_display() from SPL code
0985fc630b apalis_imx6: Avoid calling setup_display() from SPL code
a01e041d10 mx6cuboxi: Avoid calling setup_display() from SPL code
939d30becd wandboard: Avoid calling setup_display() from SPL code
025f356829 cgtqmx6eval: Avoid calling setup_display() from SPL code
3cfa1bd347 mx6sabresd: Avoid calling setup_display() from SPL code
6d9b99b923 mx6sabresd: Add Serial Download Protocol support
3766ef9cea toradex: imx6: Move g_dnl_bind_fixup() into common SPL code
da4a0fd824 board: ge: bx50v3: set eth0 MAC address
5e57f55125 detect and setup solidrun hummingboard2
35e7f4f0aa imx6: drop duplicated bss memset and board_init_r() call
72066ea7f5 pico-imx7d: Add "how to boot with NXP 4.1 Kernel"
58cb0bc9f0 imx: imx7d: remove CamelCase from ENET_xMHz macros
2df17bffbc imx_common: detect USB serial downloader reliably
5615ed0835 imx: add macro to detect whether USB PHY is active
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.09.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2017.09.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.09.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.09.bb index 520b674e..0bbcd084 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.09.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.09.bb | |||
@@ -7,7 +7,7 @@ PROVIDES = "u-boot-mxsboot" | |||
7 | 7 | ||
8 | PV = "v2017.09+git${SRCPV}" | 8 | PV = "v2017.09+git${SRCPV}" |
9 | 9 | ||
10 | SRCREV = "e4a4d913e9034171146fd55b5f6e09298fd42b49" | 10 | SRCREV = "9f164a1a01fceb53fc88ad474a5cda70f1c486c2" |
11 | SRCBRANCH = "2017.09+fslc" | 11 | SRCBRANCH = "2017.09+fslc" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" | 13 | SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" |
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2017.09.bb b/recipes-bsp/u-boot/u-boot-fslc_2017.09.bb index ed0537e0..b3fd47a6 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2017.09.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2017.09.bb | |||
@@ -2,5 +2,5 @@ include u-boot-fslc.inc | |||
2 | 2 | ||
3 | PV = "v2017.09+git${SRCPV}" | 3 | PV = "v2017.09+git${SRCPV}" |
4 | 4 | ||
5 | SRCREV = "ed4d1d98113f3ce7c0203f266bf57cabad3412cf" | 5 | SRCREV = "9f164a1a01fceb53fc88ad474a5cda70f1c486c2" |
6 | SRCBRANCH = "2017.09+fslc" | 6 | SRCBRANCH = "2017.09+fslc" |