diff options
author | Prabhakar Kushwaha <prabhakar@freescale.com> | 2014-07-16 09:21:12 +0530 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-09-25 08:36:17 -0700 |
commit | e211c12e773881f6bef60143df4764402a56de34 (patch) | |
tree | 2a2a2e1278e772d058a3d8066a728c43bf7d42ad /include/configs/ls2085a_simu.h | |
parent | 5b8388a827c002c6c5e8da76bd99b66f1f26e92c (diff) | |
download | u-boot-e211c12e773881f6bef60143df4764402a56de34.tar.gz |
board/ls2085a: Add support of NOR and NAND flash for simulator
Add support of NOR and NAND flash for simulator target.
Here
IFC - CS0: NOR flash
IFC - CS1: NAND flash
Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/ls2085a_simu.h')
-rw-r--r-- | include/configs/ls2085a_simu.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/configs/ls2085a_simu.h b/include/configs/ls2085a_simu.h index 46d47b06e4..0f40b787b4 100644 --- a/include/configs/ls2085a_simu.h +++ b/include/configs/ls2085a_simu.h @@ -13,4 +13,13 @@ #define CONFIG_SMC91111 #define CONFIG_SMC91111_BASE (0x2210000) +#define CONFIG_SYS_CSPR1_EXT CONFIG_SYS_NAND_CSPR_EXT +#define CONFIG_SYS_CSPR1 CONFIG_SYS_NAND_CSPR +#define CONFIG_SYS_AMASK1 CONFIG_SYS_NAND_AMASK +#define CONFIG_SYS_CSOR1 CONFIG_SYS_NAND_CSOR +#define CONFIG_SYS_CS1_FTIM0 CONFIG_SYS_NAND_FTIM0 +#define CONFIG_SYS_CS1_FTIM1 CONFIG_SYS_NAND_FTIM1 +#define CONFIG_SYS_CS1_FTIM2 CONFIG_SYS_NAND_FTIM2 +#define CONFIG_SYS_CS1_FTIM3 CONFIG_SYS_NAND_FTIM3 + #endif /* __LS2_SIMU_H */ |