mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-06 17:30:35 +01:00
ipq: crashdump: Support for dump_to_flash in nand-4k
Previously the MAX_NAND_PAGE_SIZE was defined as 2K during when we will face issues when dumping to flash in nand-4k. This patch updates the max size to 4K to support the same in nand-4k. Change-Id: Idcec9998f56df1db21fc03097d0454efd81bbbd3 Signed-off-by: Selvam Sathappan Periakaruppan <quic_speriaka@quicinc.com>
This commit is contained in:
parent
a8451b0a27
commit
a89291cec3
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
#define QCA_WDT_SCM_TLV_LEN_SIZE 2
|
||||
#define QCA_WDT_SCM_TLV_TYPE_LEN_SIZE (QCA_WDT_SCM_TLV_TYPE_SIZE +\
|
||||
QCA_WDT_SCM_TLV_LEN_SIZE)
|
||||
#define MAX_NAND_PAGE_SIZE 2048
|
||||
#define MAX_NAND_PAGE_SIZE 4096
|
||||
#define MAX_EMMC_BLK_LEN 1024
|
||||
|
||||
#ifndef CONFIG_CRASHDUMP_SPI_SPEED
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue