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)
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>

No differences found