blackfin: Change SMC dcplb entry flag to cover 16M address region
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
This commit is contained in:
parent
28bfc40ce9
commit
861aa63d6b
@ -142,7 +142,8 @@ void init_cplbtables(void)
|
|||||||
++i;
|
++i;
|
||||||
#if defined(__ADSPBF60x__)
|
#if defined(__ADSPBF60x__)
|
||||||
icplb_add(0x0, 0x0);
|
icplb_add(0x0, 0x0);
|
||||||
dcplb_add(CONFIG_SYS_FLASH_BASE, SDRAM_EBIU);
|
dcplb_add(CONFIG_SYS_FLASH_BASE, PAGE_SIZE_16MB | CPLB_DIRTY |
|
||||||
|
CPLB_SUPV_WR | CPLB_USER_WR | CPLB_USER_RD | CPLB_VALID);
|
||||||
++i;
|
++i;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user