From d9493446a88403bba4a6cc751a6c0dde974d5766 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Mon, 27 Mar 2017 16:54:15 +0900 Subject: [PATCH] ARM64: tizen_bcmrpi3_defconfig: increase the ramdisk size to 12MB Increase the ramdisk size from 4MB to 12MB. Tizen normal ramdisk size should be under 8MB and the size of ramdisk-recovery should be 12MB. Change-Id: I474a32f8fb1233d36b837806dde54e376a0cafdd Signed-off-by: Jaehoon Chung [sw0312.kim: squash change size for 8MB and 12MB] Signed-off-by: Seung-Woo Kim --- arch/arm64/configs/tizen_bcmrpi3_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/configs/tizen_bcmrpi3_defconfig b/arch/arm64/configs/tizen_bcmrpi3_defconfig index 65c9a38..c9b0de8 100644 --- a/arch/arm64/configs/tizen_bcmrpi3_defconfig +++ b/arch/arm64/configs/tizen_bcmrpi3_defconfig @@ -1078,7 +1078,7 @@ CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 # CONFIG_BLK_DEV_NBD is not set CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_COUNT=16 -CONFIG_BLK_DEV_RAM_SIZE=4096 +CONFIG_BLK_DEV_RAM_SIZE=12288 # CONFIG_CDROM_PKTCDVD is not set # CONFIG_ATA_OVER_ETH is not set # CONFIG_BLK_DEV_RBD is not set -- 2.7.4