]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ColdFire: Relocate vector table - mcf5445x
authorTsiChung Liew <tsicliew@gmail.com>
Thu, 11 Mar 2010 21:04:21 +0000 (15:04 -0600)
committerTsiChung Liew <tsicliew@gmail.com>
Wed, 24 Mar 2010 16:09:10 +0000 (11:09 -0500)
commit68e4e76af55746a4330865f56476e58ce4140ca8
tree66f56b371fed59c7f8e173ae27c4e681cb27de4a
parentfa9da596212d7f28eb26a3257d79d9515f9838cd
ColdFire: Relocate vector table - mcf5445x

Newer ColdFire processors family boot from address 0 instead of
0xFFnn_nnnn. When the boot flash base chip select is set at new
location instead of 0, an un-predictable error will occur if
there is an vector being trigger and refer it to an invalid
address or the vector table handler is not existed at address
0.

Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
cpu/mcf5445x/cpu_init.c