diff options
author | Joel Stanley <joel@jms.id.au> | 2018-08-17 12:46:40 +0930 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-08-22 00:28:59 +0000 |
commit | 7639cd58e36a6c24e9019fe13c46b2fc6614d5ef (patch) | |
tree | 86d074254b5063e1921b87e3c94cc1e360cae09f /meta-openbmc-bsp | |
parent | a05553a8b14b9fcaf1fd9f0e40cfb7dd5a1a887b (diff) | |
download | talos-openbmc-7639cd58e36a6c24e9019fe13c46b2fc6614d5ef.tar.gz talos-openbmc-7639cd58e36a6c24e9019fe13c46b2fc6614d5ef.zip |
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 <joel@jms.id.au>
Diffstat (limited to 'meta-openbmc-bsp')
-rw-r--r-- | meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |