emmc: buffer size setting mismatch

PD#150079: emmc: buffer size setting mismatch

1. change the tmp_table size from 16 to 20

driver defect clean up:
#15
#16
#17

Change-Id: Iebd919e760cd0ab975508a6a57e862ff5f683fc0
Signed-off-by: Long Yu <long.yu@amlogic.com>
This commit is contained in:
Long Yu
2017-09-01 14:36:37 +08:00
committed by Jianxin Pan
parent a8efd8fc4b
commit 709ec9c96b

View File

@@ -16,7 +16,7 @@
#define STORE_CACHE (1<<1)
#define STORE_DATA (1<<2)
#define MAX_PART_NAME_LEN 16
#define MAX_PART_NAME_LEN 20
#define MAX_MMC_PART_NUM 32
/* MMC Partition Table */