diff options
Diffstat (limited to 'board/esteem192e/esteem192e.c')
-rw-r--r-- | board/esteem192e/esteem192e.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esteem192e/esteem192e.c b/board/esteem192e/esteem192e.c index f080d6731cf..5c3e9b42657 100644 --- a/board/esteem192e/esteem192e.c +++ b/board/esteem192e/esteem192e.c @@ -113,7 +113,7 @@ long int initdram (int board_type) memctl->memc_mptpr = 0x0200; /* divide by 32 */ - memctl->memc_mamr = 0x18003112; /*CFG_MAMR_8COL; *//* 0x18005112 TODO: explain here */ + memctl->memc_mamr = 0x18003112; /*CFG_MAMR_8COL; */ /* 0x18005112 TODO: explain here */ upmconfig (UPMA, (uint *) sdram_table, sizeof (sdram_table) / sizeof (uint)); |