mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-09 10:47:41 +01:00
Merge "drivers: mtd: qpic_nand: Fix compilation issue for ipq50xx"
This commit is contained in:
commit
6b3ac18cdb
3 changed files with 4 additions and 2 deletions
|
|
@ -562,7 +562,7 @@ enum qpic_verion{
|
|||
QCA_QPIC_V2_1_1,
|
||||
};
|
||||
|
||||
extern unsigned int qpic_frequency, qpic_phase, qpic_training_offset;
|
||||
extern unsigned int qpic_frequency, qpic_phase;
|
||||
|
||||
/* result type */
|
||||
typedef enum {
|
||||
|
|
|
|||
|
|
@ -35,7 +35,8 @@ struct sdhci_host mmc_host;
|
|||
extern int ipq9574_edma_init(void *cfg);
|
||||
extern int ipq_spi_init(u16);
|
||||
|
||||
unsigned int qpic_frequency = 0, qpic_phase = 0, qpic_training_offset = 0;
|
||||
unsigned int qpic_frequency = 0, qpic_phase = 0;
|
||||
extern unsigned int qpic_training_offset;
|
||||
|
||||
void qca_serial_init(struct ipq_serial_platdata *plat)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@ struct nand_onfi_para_page onfi_para;
|
|||
typedef unsigned long addr_t;
|
||||
|
||||
static uint32_t hw_ver;
|
||||
unsigned int qpic_training_offset = 0;
|
||||
|
||||
#ifdef CONFIG_QPIC_SERIAL
|
||||
static struct qpic_serial_nand_params qpic_serial_nand_tbl[] = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue