diff options
author | York Sun <yorksun@freescale.com> | 2014-08-13 10:21:05 -0700 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-09-25 08:36:18 -0700 |
commit | d9c68b1444acb383684636eb856fd7e4cec04129 (patch) | |
tree | 10f046be69384766c2418bde0b6f215412ded707 /include/configs/ls2085a_emu.h | |
parent | 1d71efbb0345ff3a8ac45e62bef36813abe1703e (diff) | |
download | u-boot-imx-d9c68b1444acb383684636eb856fd7e4cec04129.zip u-boot-imx-d9c68b1444acb383684636eb856fd7e4cec04129.tar.gz u-boot-imx-d9c68b1444acb383684636eb856fd7e4cec04129.tar.bz2 |
ARMv8/ls2085a_emu: Enable DP-DDR as standalone memory block
DP-DDR is used for DPAA, separated from main memory pool for general
use. It has 32-bit bus width and use a standard DDR4 DIMM (64-bit).
Signed-off-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/ls2085a_emu.h')
-rw-r--r-- | include/configs/ls2085a_emu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ls2085a_emu.h b/include/configs/ls2085a_emu.h index a5cea63..487cd99 100644 --- a/include/configs/ls2085a_emu.h +++ b/include/configs/ls2085a_emu.h @@ -13,6 +13,7 @@ #define CONFIG_SYS_FSL_DDR_EMU /* Support emulator */ #define SPD_EEPROM_ADDRESS1 0x51 #define SPD_EEPROM_ADDRESS2 0x52 +#define SPD_EEPROM_ADDRESS3 0x53 #define SPD_EEPROM_ADDRESS SPD_EEPROM_ADDRESS1 #define CONFIG_SYS_SPD_BUS_NUM 1 /* SPD on I2C bus 1 */ |