]> git.sur5r.net Git - u-boot/commit
qemu-malta: rename to just "malta"
authorPaul Burton <paul.burton@imgtec.com>
Sat, 9 Nov 2013 10:22:08 +0000 (10:22 +0000)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sat, 9 Nov 2013 16:21:01 +0000 (17:21 +0100)
commit7a9d109b00a207b481b05d8e147673da33ad1cd3
tree11bfd0701f18b534ae6df93ce03e38fc9409d746
parentfa5cec032180a997b82b52f0b6075aa548a953cd
qemu-malta: rename to just "malta"

This is in preparation for adapting this board to function correctly on
a physical MIPS Malta board. The board is moved into an "imgtec" vendor
directory at the same time in order to ready us for any other boards
supported by Imagination in the future.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
arch/mips/cpu/mips32/start.S
arch/mips/lib/bootm.c
board/imgtec/malta/Makefile [new file with mode: 0644]
board/imgtec/malta/lowlevel_init.S [new file with mode: 0644]
board/imgtec/malta/malta.c [new file with mode: 0644]
board/qemu-malta/Makefile [deleted file]
board/qemu-malta/lowlevel_init.S [deleted file]
board/qemu-malta/qemu-malta.c [deleted file]
boards.cfg
include/configs/malta.h [new file with mode: 0644]
include/configs/qemu-malta.h [deleted file]