diff options
author | Liu Gang <Gang.Liu@freescale.com> | 2013-06-25 18:12:14 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2013-08-09 12:41:38 -0700 |
commit | 08047937b4d928d7e65cb485aca14d4c87ccc0a4 (patch) | |
tree | be8250309907e00c1e096b90b9150764d4510b76 /arch/powerpc/include | |
parent | 32f38ee3ed63075c689af822f38a3822eae3b463 (diff) | |
download | u-boot-imx-08047937b4d928d7e65cb485aca14d4c87ccc0a4.zip u-boot-imx-08047937b4d928d7e65cb485aca14d4c87ccc0a4.tar.gz u-boot-imx-08047937b4d928d7e65cb485aca14d4c87ccc0a4.tar.bz2 |
powerpc/t4: Correct LIODN assignment for SRIO
For T4 platform, the SRIO LIODN registers are in SRIO address space
and not in GUTs.
Signed-off-by: Liu Gang <Gang.Liu@freescale.com>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/config_mpc85xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/config_mpc85xx.h b/arch/powerpc/include/asm/config_mpc85xx.h index 6d7b3b3..3251905 100644 --- a/arch/powerpc/include/asm/config_mpc85xx.h +++ b/arch/powerpc/include/asm/config_mpc85xx.h @@ -536,6 +536,7 @@ #define CONFIG_SYS_FSL_SRIO_MAX_PORTS 2 #define CONFIG_SYS_FSL_SRIO_OB_WIN_NUM 9 #define CONFIG_SYS_FSL_SRIO_IB_WIN_NUM 5 +#define CONFIG_SYS_FSL_SRIO_LIODN #define CONFIG_SYS_FSL_USB_DUAL_PHY_ENABLE #define CONFIG_SYS_FSL_USB_INTERNAL_UTMI_PHY #define CONFIG_SYS_FSL_ERRATUM_A004468 |