]> git.ipfire.org Git - people/ms/u-boot.git/commit
MCF532x: make icache_enable use CONFIG_SYS_SDRAM_SIZE
authorWolfgang Wegner <w.wegner@astro-kom.de>
Wed, 28 Oct 2009 20:11:00 +0000 (15:11 -0500)
committerTsiChung Liew <tsicliew@gmail.com>
Thu, 4 Mar 2010 07:46:21 +0000 (01:46 -0600)
commit992d7129500d239d684c15fa2d61e0a8f2e64457
tree5d0b62f3cadac66aa9f69399d57f029f9e89edd1
parent870bf3ee60320b58f8970ffe3ddebda0e8ac62f7
MCF532x: make icache_enable use CONFIG_SYS_SDRAM_SIZE

in cpu/mcf532x/start.S, the function icache_enable enables the cache for
a fixed 32MB region starting at the SDRAM start address; this patch
changes the function to cover the region defined by CONFIG_SYS_SDRAM_SIZE

Signed-off-by: Wolfgang Wegner <w.wegner at astro-kom.de>
cpu/mcf532x/start.S