summaryrefslogtreecommitdiff
path: root/meta-openbmc-bsp
diff options
context:
space:
mode:
authorLei YU <mine260309@gmail.com>2018-04-04 12:13:20 +0300
committerAndrew Geissler <geissonator@yahoo.com>2018-04-05 16:30:35 +0300
commit9e8f40ea330e0ca40a7f74209b0f1beeaf7ca699 (patch)
tree4f505dd3be59e10cf4d687e629f32bc85e791da0 /meta-openbmc-bsp
parenta7609b8136e3234ac36d983cf25c34508fbb5939 (diff)
downloadopenbmc-9e8f40ea330e0ca40a7f74209b0f1beeaf7ca699.tar.xz
AST2500: Add loop device support in defconfig
Without this kernel is unable to mount loop device, and cause the init script failing to copy rofs into ram in legacy code update. Resolves openbmc/openbmc#3064. Tested: Successfully run legacy code update on Romulus. Change-Id: I22cdff51ac24a8ca00e1ed2b5d1d06d827b9eb74 Signed-off-by: Lei YU <mine260309@gmail.com>
Diffstat (limited to 'meta-openbmc-bsp')
-rwxr-xr-xmeta-openbmc-bsp/meta-aspeed/meta-ast2500/recipes-kernel/linux/linux-obmc/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openbmc-bsp/meta-aspeed/meta-ast2500/recipes-kernel/linux/linux-obmc/defconfig b/meta-openbmc-bsp/meta-aspeed/meta-ast2500/recipes-kernel/linux/linux-obmc/defconfig
index d651779b9..c6b68ce6b 100755
--- a/meta-openbmc-bsp/meta-aspeed/meta-ast2500/recipes-kernel/linux/linux-obmc/defconfig
+++ b/meta-openbmc-bsp/meta-aspeed/meta-ast2500/recipes-kernel/linux/linux-obmc/defconfig
@@ -77,6 +77,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