diff options
author | Wolfgang Denk <wd@denx.de> | 2009-10-31 16:13:18 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-10-31 16:13:18 +0100 |
commit | d793b6bb1e37ccaba702bac088bfc0d0e91ac734 (patch) | |
tree | 9367f4cf04b7e978ad39ae22453963ab03056c19 /board/lwmon5/lwmon5.c | |
parent | 08ea550eef310e9d59d83f3cfd57a902373bf17f (diff) | |
parent | 229b6dce675c729ee0ea2d7b61fbcda89b23b6b8 (diff) |
Merge branch 'next' of git://git.denx.de/u-boot-video into next
Diffstat (limited to 'board/lwmon5/lwmon5.c')
-rw-r--r-- | board/lwmon5/lwmon5.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/board/lwmon5/lwmon5.c b/board/lwmon5/lwmon5.c index ef7f2e8dc5..d36ea04e8e 100644 --- a/board/lwmon5/lwmon5.c +++ b/board/lwmon5/lwmon5.c @@ -532,13 +532,6 @@ unsigned int board_video_init (void) udelay(500); gpio_write_bit(CONFIG_SYS_GPIO_LIME_RST, 1); - /* Lime memory clock adjusted to 100MHz */ - out_be32((void *)CONFIG_SYS_LIME_SDRAM_CLOCK, CONFIG_SYS_LIME_CLOCK_100MHZ); - /* Wait untill time expired. Because of requirements in lime manual */ - udelay(300); - /* Write lime controller memory parameters */ - out_be32((void *)CONFIG_SYS_LIME_MMR, CONFIG_SYS_LIME_MMR_VALUE); - mb862xx.winSizeX = 640; mb862xx.winSizeY = 480; mb862xx.gdfBytesPP = 2; |