diff options
Diffstat (limited to 'board/amcc')
| -rw-r--r-- | board/amcc/canyonlands/init.S | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/amcc/canyonlands/init.S b/board/amcc/canyonlands/init.S index 694cc8992..51b46d710 100644 --- a/board/amcc/canyonlands/init.S +++ b/board/amcc/canyonlands/init.S @@ -98,7 +98,7 @@ tlbtab:  	tlbentry(CONFIG_SYS_AHB_BASE, SZ_1M, 0xbff00000, 4, AC_R|AC_W|AC_X|SA_G|SA_I)  #if defined(CONFIG_RAPIDIO) -        /* TLB-entries for RapidIO (SRIO) */ +	/* TLB-entries for RapidIO (SRIO) */  	tlbentry(CONFIG_SYS_SRGPL0_REG_BAR, SZ_16M, CONFIG_SYS_SRGPL0_REG_BAR,  					0xD, AC_R|AC_W|SA_G|SA_I)  	tlbentry(CONFIG_SYS_SRGPL0_CFG_BAR, SZ_16M, CONFIG_SYS_SRGPL0_CFG_BAR, |