commit | 4021903a26c4abcddc269c835bd0af78601cd4bd | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Thu Jun 21 17:16:35 2018 +0800 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Jun 21 14:05:18 2018 +0000 |
tree | de3f9114021cde247a5186e6ad92b2a2416e6b6a | |
parent | 6b88cc30daedf76f31a947f41203b8322f5e9762 [diff] [blame] |
linux-aspeed: Add loop device support in defconfig CONFIG_BLK_DEV_LOOP is needed for legacy code update, and it is removed accidently in linux 4.17 kernel's change. Tested: Successfully run legacy code update on Romulus. Change-Id: Ifb5c3829dd0bbd83813f696dc88b092128e65026 Signed-off-by: Lei YU <mine260309@gmail.com>
diff --git a/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed/ast2400/defconfig b/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed/ast2400/defconfig index 6b3f897..d24fe84 100644 --- a/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed/ast2400/defconfig +++ b/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed/ast2400/defconfig
@@ -79,6 +79,7 @@ CONFIG_MTD_UBI=y CONFIG_MTD_UBI_FASTMAP=y CONFIG_MTD_UBI_BLOCK=y +CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_RAM=y CONFIG_ASPEED_LPC_CTRL=y CONFIG_ASPEED_LPC_SNOOP=y