mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user