diff options
author | Magnus Lilja <lilja.magnus@gmail.com> | 2009-07-01 01:07:55 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-07-06 21:52:38 +0200 |
commit | 8449f287f5c53d59db13c3c512e6bd1750b692d1 (patch) | |
tree | 25563ce5e1a5cb9ad99dca4a5c291af4ee0d8e5a /include/asm-arm/arch-mx31 | |
parent | 8d460a573e2a2ac4834636903865a0428ad0e629 (diff) | |
download | u-boot-imx-8449f287f5c53d59db13c3c512e6bd1750b692d1.zip u-boot-imx-8449f287f5c53d59db13c3c512e6bd1750b692d1.tar.gz u-boot-imx-8449f287f5c53d59db13c3c512e6bd1750b692d1.tar.bz2 |
MX31: Add basic support for Freescale i.MX31 PDK board.
Add support for Freescale's i.MX31 PDK board (a.k.a. 3 stack board).
This patch assumes that some other program performs the actual
NAND boot.
Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
Acked-by: Fabio Estevam <fabioestevam@yahoo.com>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/asm-arm/arch-mx31')
-rw-r--r-- | include/asm-arm/arch-mx31/mx31-regs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/arch-mx31/mx31-regs.h b/include/asm-arm/arch-mx31/mx31-regs.h index c2e7dcf..76f4d53 100644 --- a/include/asm-arm/arch-mx31/mx31-regs.h +++ b/include/asm-arm/arch-mx31/mx31-regs.h @@ -84,6 +84,8 @@ #define IPU_CONF_IC_EN (1<<1) #define IPU_CONF_SCI_EN (1<<0) +#define ARM_PPMRR 0x40000015 + #define WDOG_BASE 0x53FDC000 /* |