From 79916f138db63c0503ef6d415b1a802311c4e2b3 Mon Sep 17 00:00:00 2001 From: Adriana Kobylak Date: Tue, 21 May 2019 11:33:55 -0500 Subject: swift: Increase read-write volume to 32MB Swift will be using UBI for its filesystem. Since it has 128MB flash chips, increase the size of the read-write volume to 32MB, same as witherspoon-128. (From meta-ibm rev: af07bab16662383dbf01ed4b7fae5083e66ae357) Change-Id: I631c69791e67f29903ae1e2377fc4414f33a0317 Signed-off-by: Adriana Kobylak Signed-off-by: Brad Bishop --- meta-ibm/meta-witherspoon/conf/machine/swift.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-ibm/meta-witherspoon') diff --git a/meta-ibm/meta-witherspoon/conf/machine/swift.conf b/meta-ibm/meta-witherspoon/conf/machine/swift.conf index 23d2d0f8e2..4a84b0cb72 100644 --- a/meta-ibm/meta-witherspoon/conf/machine/swift.conf +++ b/meta-ibm/meta-witherspoon/conf/machine/swift.conf @@ -11,3 +11,8 @@ PHOSPHOR_MRW_REV = "661fdc993683bd40df4e5f11463ba51da702c55b" # 128MB flash size FLASH_SIZE = "131072" + +# 32MB read-write filesystem +FLASH_UBI_RWFS_SIZE ?= "32768" +FLASH_UBI_RWFS_TXT_SIZE ?= "32MiB" +BMC_RW_SIZE = "0x2000000" -- cgit v1.2.3