From 7ab2ea97bbda443bea60963e16a2c9e71dd66907 Mon Sep 17 00:00:00 2001 From: Jeetesh Burman Date: Fri, 28 Apr 2017 16:43:43 +0530 Subject: [PATCH] ARM64: config: t186: Enable BLK_DEV_LOOP Enable CONFIG_BLK_DEV_LOOP to support mount. Below failure observed without CONFIG_BLK_DEV_LOOP: mount: /mnt/: mount failed: Unknown error -1 boot.img size not changed. Bug 200301497 Change-Id: I90ffc26d032408007573bc63ab58fc0cc417891d Signed-off-by: Jeetesh Burman Reviewed-on: http://git-master/r/1472114 Reviewed-by: mobile promotions Tested-by: mobile promotions --- arch/arm64/configs/tegra18_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/tegra18_defconfig b/arch/arm64/configs/tegra18_defconfig index 2a8e6f9dca9b..a06bbee0db25 100644 --- a/arch/arm64/configs/tegra18_defconfig +++ b/arch/arm64/configs/tegra18_defconfig @@ -199,6 +199,7 @@ CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y CONFIG_DMA_CMA=y CONFIG_CMA_SIZE_MBYTES=64 CONFIG_OF_PLUGIN_MANAGER=y +CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_SIZE=8192 CONFIG_BLK_DEV_NVME=y -- 2.39.2