diff options
author | Liu Gang <Gang.Liu@freescale.com> | 2013-06-25 18:12:13 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2013-08-09 12:41:37 -0700 |
commit | 32f38ee3ed63075c689af822f38a3822eae3b463 (patch) | |
tree | a9b1d2eff9803bb0d450275893ab8a2b14951aa9 /arch/powerpc/cpu/mpc85xx/b4860_ids.c | |
parent | b3831020402adc81930c52cb8e52c7ff868d2fc7 (diff) | |
download | u-boot-32f38ee3ed63075c689af822f38a3822eae3b463.tar.gz u-boot-32f38ee3ed63075c689af822f38a3822eae3b463.tar.xz u-boot-32f38ee3ed63075c689af822f38a3822eae3b463.zip |
powerpc/b4860: Correct LIODN assignment for SRIO
For B4, 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/cpu/mpc85xx/b4860_ids.c')
-rw-r--r-- | arch/powerpc/cpu/mpc85xx/b4860_ids.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/b4860_ids.c b/arch/powerpc/cpu/mpc85xx/b4860_ids.c index 53c6a7faf9..1959580763 100644 --- a/arch/powerpc/cpu/mpc85xx/b4860_ids.c +++ b/arch/powerpc/cpu/mpc85xx/b4860_ids.c @@ -41,8 +41,8 @@ struct qportal_info qp_info[CONFIG_SYS_QMAN_NUM_PORTALS] = { #ifdef CONFIG_SYS_SRIO struct srio_liodn_id_table srio_liodn_tbl[] = { - SET_SRIO_LIODN_1(1, 307), - SET_SRIO_LIODN_1(2, 387), + SET_SRIO_LIODN_BASE(1, 307), + SET_SRIO_LIODN_BASE(2, 387), }; int srio_liodn_tbl_sz = ARRAY_SIZE(srio_liodn_tbl); #endif |