commit | 6a040b3185b01e5e5c1cc3964bbb25776f207633 | [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 | f0a31b237d0b5dae8f54314069491820d5098442 | |
parent | 1f352b327fc3e043b19950531e3c140c7d83d56d [diff] |
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/recipes-kernel/linux/linux-aspeed/ast2400/defconfig b/recipes-kernel/linux/linux-aspeed/ast2400/defconfig index 6b3f897..d24fe84 100644 --- a/recipes-kernel/linux/linux-aspeed/ast2400/defconfig +++ b/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
diff --git a/recipes-kernel/linux/linux-aspeed/ast2500/defconfig b/recipes-kernel/linux/linux-aspeed/ast2500/defconfig index 73efa17..a458c7e 100755 --- a/recipes-kernel/linux/linux-aspeed/ast2500/defconfig +++ b/recipes-kernel/linux/linux-aspeed/ast2500/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_ASPEED_LPC_CTRL=y CONFIG_ASPEED_LPC_SNOOP=y CONFIG_ASPEED_LPC_MBOX=y