From: Jaehoon Chung Date: Mon, 27 Mar 2017 07:54:15 +0000 (+0900) Subject: ARM64: tizen_bcmrpi3_defconfig: increase the ramdisk size to 12MB X-Git-Tag: submit/tizen/20180904.010142~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2fa316a0c5a272a66f9fa8d8e946fd3b37bb39cc;p=platform%2Fkernel%2Flinux-rpi3.git 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 --- diff --git a/arch/arm64/configs/tizen_bcmrpi3_defconfig b/arch/arm64/configs/tizen_bcmrpi3_defconfig index 65c9a38c1ffd..c9b0de8d2c18 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