All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH] ARM: exynos_defconfig: Increase CONFIG_BLK_DEV_RAM_SIZE to 64K
@ 2015-10-19 10:48 ` Alim Akhtar
  0 siblings, 0 replies; 16+ messages in thread
From: Alim Akhtar @ 2015-10-19 10:48 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: kgene, k.kozlowski, javier, linux-arm-kernel

CONFIG_BLK_DEV_RAM_SIZE is currently set to 8K, which is a bit on the
smaller side, lets bump it up to 64K so that a bigger RAM_DISK can
be used with defconfig.

Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
---
Every time I build exynos_defconfig, I need to manually change RAM_SIZE
to match my ramdisk image size. I am not sure what is the best ramdisk size
might be, but bumping it to 64K might be a reasonable one.

 arch/arm/configs/exynos_defconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
index 3349713e6c63..e692aaa2cb8c 100644
--- a/arch/arm/configs/exynos_defconfig
+++ b/arch/arm/configs/exynos_defconfig
@@ -52,7 +52,7 @@ CONFIG_CMA_SIZE_MBYTES=64
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_CRYPTOLOOP=y
 CONFIG_BLK_DEV_RAM=y
-CONFIG_BLK_DEV_RAM_SIZE=8192
+CONFIG_BLK_DEV_RAM_SIZE=65536
 CONFIG_SCSI=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_CHR_DEV_SG=y
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2015-10-21  5:06 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-19 10:48 [RFC PATCH] ARM: exynos_defconfig: Increase CONFIG_BLK_DEV_RAM_SIZE to 64K Alim Akhtar
2015-10-19 10:48 ` Alim Akhtar
2015-10-19 11:48 ` Javier Martinez Canillas
2015-10-19 11:48   ` Javier Martinez Canillas
2015-10-19 11:51   ` Russell King - ARM Linux
2015-10-19 11:51     ` Russell King - ARM Linux
2015-10-19 11:53     ` Alim Akhtar
2015-10-19 11:53       ` Alim Akhtar
2015-10-19 12:06     ` Javier Martinez Canillas
2015-10-19 12:06       ` Javier Martinez Canillas
2015-10-19 11:55   ` Alim Akhtar
2015-10-19 11:55     ` Alim Akhtar
2015-10-19 13:22 ` Arnd Bergmann
2015-10-19 13:22   ` Arnd Bergmann
2015-10-21  4:56   ` Alim Akhtar
2015-10-21  4:56     ` Alim Akhtar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.