• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision861aa63d6b914006256a283a5276b245b6f71a64 (tree)
Time2014-02-07 12:18:06
AuthorSonic Zhang <sonic.zhang@anal...>
CommiterSonic Zhang

Log Message

blackfin: Change SMC dcplb entry flag to cover 16M address region

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>

Change Summary

Incremental Difference

--- a/arch/blackfin/lib/board.c
+++ b/arch/blackfin/lib/board.c
@@ -142,7 +142,8 @@ void init_cplbtables(void)
142142 ++i;
143143 #if defined(__ADSPBF60x__)
144144 icplb_add(0x0, 0x0);
145- dcplb_add(CONFIG_SYS_FLASH_BASE, SDRAM_EBIU);
145+ dcplb_add(CONFIG_SYS_FLASH_BASE, PAGE_SIZE_16MB | CPLB_DIRTY |
146+ CPLB_SUPV_WR | CPLB_USER_WR | CPLB_USER_RD | CPLB_VALID);
146147 ++i;
147148 #endif
148149