diff options
author | Lei YU <mine260309@gmail.com> | 2018-06-21 17:16:35 +0800 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2018-06-21 14:05:18 +0000 |
commit | 4021903a26c4abcddc269c835bd0af78601cd4bd (patch) | |
tree | de3f9114021cde247a5186e6ad92b2a2416e6b6a | |
parent | 6b88cc30daedf76f31a947f41203b8322f5e9762 (diff) | |
download | talos-openbmc-4021903a26c4abcddc269c835bd0af78601cd4bd.tar.gz talos-openbmc-4021903a26c4abcddc269c835bd0af78601cd4bd.zip |
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>
-rw-r--r-- | meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed/ast2400/defconfig | 1 | ||||
-rwxr-xr-x | meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed/ast2500/defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
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 6b3f89789..d24fe8490 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_SPI_ASPEED_SMC=y 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 diff --git a/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed/ast2500/defconfig b/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed/ast2500/defconfig index 73efa17cb..a458c7eb3 100755 --- a/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed/ast2500/defconfig +++ b/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed/ast2500/defconfig @@ -79,6 +79,7 @@ CONFIG_SPI_ASPEED_SMC=y CONFIG_MTD_UBI=y CONFIG_MTD_UBI_FASTMAP=y CONFIG_MTD_UBI_BLOCK=y +CONFIG_BLK_DEV_LOOP=y CONFIG_ASPEED_LPC_CTRL=y CONFIG_ASPEED_LPC_SNOOP=y CONFIG_ASPEED_LPC_MBOX=y |