diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-05-11 16:32:20 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-05-11 16:32:20 -0300 |
commit | 365f1872de1d17486779855906b09431400d4453 (patch) | |
tree | 6ddd187ca56c5e8196a32f1d315eb53916d16dd0 | |
parent | e9971b67b893cb345386cc38d774edff07f86b2a (diff) | |
download | meta-fsl-arm-365f1872de1d17486779855906b09431400d4453.tar.gz meta-fsl-arm-365f1872de1d17486779855906b09431400d4453.tar.bz2 meta-fsl-arm-365f1872de1d17486779855906b09431400d4453.zip |
u-boot-fslc: Update 2014.01-based version to f5d8030
This includes following changes:
f5d8030 wandboard: Pass video kernel arguments for HDMI and LCD
07425b2 wandboard: add Future Eletronics 7" WVGA LCD extension board
f637b1e imx-common/video: add detect_hdmi
fc21589 imx-common: add board_video_skip
Change-Id: I6361b60b8693ca7293fd81cf8f937d380e3bb7b2
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.01.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2014.01.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.01.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.01.bb index 33cc688..298f1c0 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.01.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.01.bb @@ -7,7 +7,7 @@ PROVIDES = "u-boot-mxsboot" PV = "v2014.01" -SRCREV = "490069b30d013a7d35ce7fe37b1ecd53f6c8e352" +SRCREV = "f5d80303de12e6fefc022426a73136a288f70294" SRCBRANCH = "patches-2014.01" SRC_URI = "git://github.com/Freescale/u-boot-imx.git;branch=${SRCBRANCH}" diff --git a/recipes-bsp/u-boot/u-boot-fslc_2014.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2014.01.bb index 49d4cc5..f6d4657 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2014.01.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2014.01.bb @@ -4,4 +4,4 @@ PV = "v2014.01" SRCBRANCH = "patches-2014.01" -SRCREV = "490069b30d013a7d35ce7fe37b1ecd53f6c8e352" +SRCREV = "f5d80303de12e6fefc022426a73136a288f70294" |