diff options
author | Alison Wang <b18965@freescale.com> | 2014-12-09 17:38:14 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-12-11 09:40:24 -0800 |
commit | 8ab967b6c6007adbd30e58dfa9ef69154a351484 (patch) | |
tree | 39d70fcc249733fe301bc156e06d29e55690ca60 /arch/arm/include/asm/arch-ls102xa/config.h | |
parent | d612f0ab34b27be4ad50b1236fbd6c84450997f1 (diff) | |
download | u-boot-imx-8ab967b6c6007adbd30e58dfa9ef69154a351484.zip u-boot-imx-8ab967b6c6007adbd30e58dfa9ef69154a351484.tar.gz u-boot-imx-8ab967b6c6007adbd30e58dfa9ef69154a351484.tar.bz2 |
arm: ls102xa: Add NAND boot support for LS1021AQDS board
This patch adds NAND boot support for LS1021AQDS board. SPL
framework is used. PBL initialize the internal RAM and copy
SPL to it, then SPL initialize DDR using SPD and copy u-boot
from NAND flash to DDR, finally SPL transfer control to u-boot.
Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Signed-off-by: Alison Wang <alison.wang@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch/arm/include/asm/arch-ls102xa/config.h')
-rw-r--r-- | arch/arm/include/asm/arch-ls102xa/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-ls102xa/config.h b/arch/arm/include/asm/arch-ls102xa/config.h index 704d683..ef775cf 100644 --- a/arch/arm/include/asm/arch-ls102xa/config.h +++ b/arch/arm/include/asm/arch-ls102xa/config.h @@ -15,6 +15,8 @@ #define CONFIG_SYS_IMMR 0x01000000 #define CONFIG_SYS_DCSRBAR 0x20000000 +#define CONFIG_SYS_DCSR_DCFG_ADDR (CONFIG_SYS_DCSRBAR + 0x00220000) + #define CONFIG_SYS_FSL_DDR_ADDR (CONFIG_SYS_IMMR + 0x00080000) #define CONFIG_SYS_CCI400_ADDR (CONFIG_SYS_IMMR + 0x00180000) #define CONFIG_SYS_IFC_ADDR (CONFIG_SYS_IMMR + 0x00530000) |