sysmobts-v2: Correct the DAVINCI_A1CR_VAL8 value

This commit is contained in:
Holger Hans Peter Freyther 2014-05-19 15:38:21 +02:00 committed by Holger Hans Peter Freyther
parent e75e499d67
commit c532cbd899
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
#define DAVINCI_AWCCR_VAL (0x000000FF) /* EMIF-A async wait cycle config register value. */
#define DAVINCI_A1CR (0x01E00010) /* EMIF-A CS2 config register. */
#define DAVINCI_A1CR_VAL (0x44502280) /* EMIF-A CS2 value for NAND. */
#define DAVINCI_A1CR_VAL8 (0x44502280) /* EMIF-A CS2 value for NAND. */
#define DAVINCI_A1CR_VAL8 (0x44522290) /* EMIF-A CS2 value for NAND. */
#define DAVINCI_A2CR (0x01E00014) /* EMIF-A CS3 config register. */
#define DAVINCI_A2CR_VAL (0x00430491) /* EMIF-A CS3 value for FPGA. */
#define DAVINCI_A2CR_VAL8 (0x00630591) /* EMIF-A CS3 value for FPGA. */