]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
allow MCF532x to use CONFIG_MONITOR_IS_IN_RAM
authorWolfgang Wegner <w.wegner@astro-kom.de>
Tue, 2 Mar 2010 09:59:20 +0000 (10:59 +0100)
committerTsiChung Liew <tsicliew@gmail.com>
Thu, 4 Mar 2010 07:46:53 +0000 (01:46 -0600)
commitc7de810c79a00aa6fc08900ee0bb57bd295db733
treea9438f0823000b68a17fb92d0648cb33dd1876cd
parentbb907ab51fd04255923b7ecf9dab352078808351
allow MCF532x to use CONFIG_MONITOR_IS_IN_RAM

CONFIG_MONITOR_IS_IN_RAM is broken for MCF532x. This patch fixes this
 by conditionally
- removing the vector table at the beginning of code
- not overwriting the vector base register
- removing the code to re-set the PLL, which effectively disables
  SDRAM access

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