From 7639cd58e36a6c24e9019fe13c46b2fc6614d5ef Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Fri, 17 Aug 2018 12:46:40 +0930 Subject: kernel: Move Romulus to ColdFire FSI driver This bumps the kernel to incldue a commit that switches to the ColdFire FSI driver. Benjamin Herrenschmidt (1): arm: dts: aspeed: Romulus can use coprocessor for FSI A note to developers: from here on you must use an initrd that includes the ast-cf-fsi.bin firmware, or FSI will not function. See commit 'openpower: Add ColdFire firmware to initrd'. Change-Id: I701381de714b5f200fc796a09a055ff4f0d14633 Signed-off-by: Joel Stanley --- meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb b/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb index bb20e9087..daa998c41 100644 --- a/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb +++ b/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb @@ -1,6 +1,6 @@ KBRANCH ?= "dev-4.17" LINUX_VERSION ?= "4.17.14" -SRCREV="e940071aef51233f75d72bad45d0b44eaef1ea93" +SRCREV="c71662c749dc66a542e717dbd51fefab995c9455" require linux-aspeed.inc -- cgit v1.2.1