1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

linux-yocto/4.14/4.15: yaffs2 fixes

Integrating the following fixes for yaffs2:

  9f9649fffac9 yaffs2: Adjust the timer callback and init functions
  0ef24a829eee yaffs2: include rawnand.h instead of nand.h

(From OE-Core rev: 079024ffd828a933d64fadef744dd16e681dd166)

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2018-02-27 21:06:54 -05:00
committed by Richard Purdie
parent d3534c018f
commit 1a5a0b409b
6 changed files with 26 additions and 26 deletions
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.14.19"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "537602db26fe2d26c1959f1ecb43966770c10ff2"
SRCREV_meta ?= "b4468b54b2a7e7fbdf207ead7ca925bc24976d1b"
SRCREV_machine ?= "57ed1d816d318dfafd0339fade9c694b3c00998d"
SRCREV_meta ?= "c5e05f3c61046bf6445adff30d5a03a82677d351"
PV = "${LINUX_VERSION}+git${SRCPV}"