microblaze: Do not copy reset vectors/manual reset vector setup
authorMichal Simek <monstr@monstr.eu>
Mon, 8 Nov 2010 11:37:40 +0000 (12:37 +0100)
committerMichal Simek <monstr@monstr.eu>
Tue, 15 Mar 2011 09:59:00 +0000 (10:59 +0100)
commit0b9b0200b0922c29dc251b99700f96dade92214a
tree23aa052508da168745cddca2a650e1627e29ec4d
parent7574349cee0b1cddc0aa1104d9b2fc5152d318d9
microblaze: Do not copy reset vectors/manual reset vector setup

Reset vector can be setup by bootloader and kernel doens't need
to touch it. If you require to setup reset vector, please use
CONFIG_MANUAL_RESET_VECTOR throught menuconfig.
It is not possible to setup address 0x0 as reset address because
make no sense to set it up at all.

Signed-off-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: John Williams <john.williams@petalogix.com>
arch/microblaze/Kconfig
arch/microblaze/kernel/entry.S
arch/microblaze/kernel/setup.c
This page took 0.025239 seconds and 5 git commands to generate.