2019-02-25 09:46:57

by Corentin Labbe

[permalink] [raw]
Subject: [PATCH resend] arc: hsdk_defconfig: Enable CONFIG_BLK_DEV_RAM

We have now a HSDK device in our kernelci lab, but kernel builded via
the hsdk_defconfig lacks ramfs supports, so it cannot boot kernelci jobs
yet.

So this patch enable CONFIG_BLK_DEV_RAM in hsdk_defconfig.

Signed-off-by: Corentin Labbe <[email protected]>
---
arch/arc/configs/hsdk_defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arc/configs/hsdk_defconfig b/arch/arc/configs/hsdk_defconfig
index 6fd3d29546af..0e5fd29ed238 100644
--- a/arch/arc/configs/hsdk_defconfig
+++ b/arch/arc/configs/hsdk_defconfig
@@ -8,6 +8,7 @@ CONFIG_NAMESPACES=y
# CONFIG_UTS_NS is not set
# CONFIG_PID_NS is not set
CONFIG_BLK_DEV_INITRD=y
+CONFIG_BLK_DEV_RAM=y
CONFIG_EMBEDDED=y
CONFIG_PERF_EVENTS=y
# CONFIG_VM_EVENT_COUNTERS is not set
--
2.19.2



2019-02-25 14:09:40

by Alexey Brodkin

[permalink] [raw]
Subject: RE: [PATCH resend] arc: hsdk_defconfig: Enable CONFIG_BLK_DEV_RAM

Hi Corentin,

> -----Original Message-----
> From: linux-snps-arc <[email protected]> On Behalf Of Corentin Labbe
> Sent: Monday, February 25, 2019 12:46 PM
> To: [email protected]
> Cc: [email protected]; [email protected]; [email protected]; Corentin
> Labbe <[email protected]>
> Subject: [PATCH resend] arc: hsdk_defconfig: Enable CONFIG_BLK_DEV_RAM
>
> We have now a HSDK device in our kernelci lab, but kernel builded via
> the hsdk_defconfig lacks ramfs supports, so it cannot boot kernelci jobs
> yet.
>
> So this patch enable CONFIG_BLK_DEV_RAM in hsdk_defconfig.
>
> Signed-off-by: Corentin Labbe <[email protected]>

Acked-by: Alexey Brodkin <[email protected]>