microblaze: Switch to generic bootm implementation
authorMichal Simek <michal.simek@xilinx.com>
Wed, 25 Sep 2019 07:47:02 +0000 (09:47 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 8 Oct 2019 07:55:11 +0000 (09:55 +0200)
commit0905046050b041784869762824f6266c593fec67
tree69a24ed41b89648de8493fe9765a759e3a2c8777
parent6131a36be6f046c1db044fdf449436fbe3fa8d21
microblaze: Switch to generic bootm implementation

There is no reason to use private code for standard bootm command.
Current implementation is also broken and don't support image relocation
properly. Switching to generic bootm implementation is fixing these issues.

cmdline and bdt bootm subcommands are returning -1 because they are not
implemented.

Similar change was done long time ago by for example commit 2bb5b638791d
("MIPS: bootm: rework and fix broken bootm code")

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/include/asm/config.h
arch/microblaze/lib/bootm.c