diff options
author | Paul Burton <paul.burton@imgtec.com> | 2013-11-09 10:22:08 +0000 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2013-11-09 17:21:01 +0100 |
commit | 7a9d109b00a207b481b05d8e147673da33ad1cd3 (patch) | |
tree | 11bfd0701f18b534ae6df93ce03e38fc9409d746 /board | |
parent | fa5cec032180a997b82b52f0b6075aa548a953cd (diff) | |
download | u-boot-7a9d109b00a207b481b05d8e147673da33ad1cd3.tar.gz |
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>
Diffstat (limited to 'board')
-rw-r--r-- | board/imgtec/malta/Makefile (renamed from board/qemu-malta/Makefile) | 2 | ||||
-rw-r--r-- | board/imgtec/malta/lowlevel_init.S (renamed from board/qemu-malta/lowlevel_init.S) | 0 | ||||
-rw-r--r-- | board/imgtec/malta/malta.c (renamed from board/qemu-malta/qemu-malta.c) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/board/qemu-malta/Makefile b/board/imgtec/malta/Makefile index 5d727f6f52..091830dd0f 100644 --- a/board/qemu-malta/Makefile +++ b/board/imgtec/malta/Makefile @@ -5,5 +5,5 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-y = qemu-malta.o +obj-y = malta.o obj-y += lowlevel_init.o diff --git a/board/qemu-malta/lowlevel_init.S b/board/imgtec/malta/lowlevel_init.S index fa0b6a7d13..fa0b6a7d13 100644 --- a/board/qemu-malta/lowlevel_init.S +++ b/board/imgtec/malta/lowlevel_init.S diff --git a/board/qemu-malta/qemu-malta.c b/board/imgtec/malta/malta.c index 7eddf1ce66..7eddf1ce66 100644 --- a/board/qemu-malta/qemu-malta.c +++ b/board/imgtec/malta/malta.c |