[U-Boot] [PATCH] powerpc/t104xrdb: Add new module of DDR for T1040DRDB board

25 Jan
2019
25 Jan
'19
3:26 a.m.
This patch is to add a new udimm for T1040DRDB board
Signed-off-by: Peng Ma peng.ma@nxp.com --- board/freescale/t104xrdb/ddr.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/board/freescale/t104xrdb/ddr.h b/board/freescale/t104xrdb/ddr.h index 319fc59..f9d667f 100644 --- a/board/freescale/t104xrdb/ddr.h +++ b/board/freescale/t104xrdb/ddr.h @@ -29,6 +29,7 @@ static const struct board_specific_parameters udimm0[] = { */ #ifdef CONFIG_SYS_FSL_DDR4 {2, 1600, 4, 8, 6, 0x07090A0c, 0x0e0f100a}, + {1, 1600, 4, 8, 5, 0x0607080B, 0x0C0C0D09}, #elif defined(CONFIG_SYS_FSL_DDR3) {2, 833, 4, 8, 6, 0x06060607, 0x08080807}, {2, 833, 0, 8, 6, 0x06060607, 0x08080807},
--
1.7.1
2299
Age (days ago)
2299
Last active (days ago)
0 comments
1 participants
participants (1)
-
Peng Ma