diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-11-21 10:43:04 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-11-23 08:09:34 -0200 |
commit | 79cad34b5c040a8de09431c668c537e5efa65970 (patch) | |
tree | feea2854ee71844976d57cdd087709416c067027 | |
parent | d45eb5bd9bbc4acbe84cc5ef38166ca9d67bb38d (diff) | |
download | meta-freescale-79cad34b5c040a8de09431c668c537e5efa65970.tar.gz |
u-boot-fslc: Bump revision to c44711d
This includes following change:
- c44711d Merge remote-tracking branch 'imx/master' into 2016.11+fslc
- e01064c Merge tag 'v2016.11' into 2016.11+fslc
- 45a3ad8 mx35: adjust default environment for flea3 board
- 322ac5f mx35: add GPIO setup on flea3 board
- 146fff3 mx35: factorize SDRAM setup in flea3
- 72c1015 mx35: add DT support to flea3 board
- 97c16dc imx: mx6ull: update the REFTOP_VBGADJ setting
- 27e3a3c imx: mx6sx: Disable ENET clock before switching clock parent
- 29e0cfb (tag: v2016.11) Prepare v2016.11
- 8f7c672 MAINTAINERS: mark sunxi status as Orphan
- 22bb1a7 video: bmp: Fix compilation errors with CONFIG_BMP_xxBPP enabled
- 73d570a net: write enetaddr down to hardware on env_callback
- 948b8bb spi: ti_qspi: Fix baudrate divider calculation
- 84295f2 ARM: dts: dra7xx: Update spi-max-frequency for qspi slave node
- 4d0fec0 ARM: k2g: Update PLL Multiplier and divider values
- 8b01ebd ARM: keystone2: PLL: Enable glitch free initialization sequence
- 06d43c8 arm: Set TTB XN bit in case DCACHE_OFF for LPAE mode
- 2b373cb arm: print the cache config option in hex instead of decimal
- 2ffec69 mx6ull_14x14_evk: Add README file
- 02c2de6 davinci: omapl138_lcdk: keep booting even when MAC address is invalid
- c19a28b board: am335x/mux: Do not hang when encountering a bad EEPROM
- 4fa72bd igep00x0: add Hynix timings
- 2baaa31 igep00x0: consolidate defconfigs
- ad560f8 igep00x0: disable CONFIG_DISPLAY_BOARDINFO
- d8c0d99 tools: fix mksunxiboot build for tools-all target
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2016.11.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2016.11.bb b/recipes-bsp/u-boot/u-boot-fslc_2016.11.bb index e297e735..3c74295d 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2016.11.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2016.11.bb | |||
@@ -2,5 +2,5 @@ include u-boot-fslc.inc | |||
2 | 2 | ||
3 | PV = "v2016.11+git${SRCPV}" | 3 | PV = "v2016.11+git${SRCPV}" |
4 | 4 | ||
5 | SRCREV = "615fdbc2b615fa31ae9e1dfcf9ec57644cd620ed" | 5 | SRCREV = "c44711d91e32a5738875fe505efc54f6958fd64e" |
6 | SRCBRANCH = "2016.11+fslc" | 6 | SRCBRANCH = "2016.11+fslc" |