summaryrefslogtreecommitdiff
path: root/lwis_device_slc.c
diff options
context:
space:
mode:
authorGe Bian <bian@google.com>2020-12-08 15:27:59 -0800
committerGe Bian <bian@google.com>2020-12-08 21:29:06 -0800
commit05cb5be7c2eef2693588a0d61d343ee545b8844d (patch)
treeb7a7fc869711f6465275dbc3d0c149e5766c19df /lwis_device_slc.c
parent1b29f18e0db11bb41d9dc6233858bb7fc442d297 (diff)
downloadlwis-05cb5be7c2eef2693588a0d61d343ee545b8844d.tar.gz
LWIS: Update SLC partition sizes.
Bug: 174495296 Test: manully tested boot, and pass unit test. Signed-off-by: Ge Bian <bian@google.com> Change-Id: I2ae46e6d3ac98c134078a0908ea149a2ae669d26
Diffstat (limited to 'lwis_device_slc.c')
-rw-r--r--lwis_device_slc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lwis_device_slc.c b/lwis_device_slc.c
index 78dc2ed..9e47a44 100644
--- a/lwis_device_slc.c
+++ b/lwis_device_slc.c
@@ -61,7 +61,7 @@ static int lwis_slc_enable(struct lwis_device *lwis_dev)
int i = 0;
int ret = 0;
struct lwis_slc_device *slc_dev = (struct lwis_slc_device *)lwis_dev;
- static size_t pt_size_kb[NUM_PT] = { 512, 1024, 1024, 1024, 2048, 3072 };
+ static size_t pt_size_kb[NUM_PT] = { 512, 1024, 1536, 1536, 2048, 3072 };
if (!lwis_dev) {
pr_err("LWIS device cannot be NULL\n");