summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@imgtec.com>2013-11-09 10:22:08 (GMT)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2013-11-09 16:21:01 (GMT)
commit7a9d109b00a207b481b05d8e147673da33ad1cd3 (patch)
tree11bfd0701f18b534ae6df93ce03e38fc9409d746 /board
parentfa5cec032180a997b82b52f0b6075aa548a953cd (diff)
downloadu-boot-7a9d109b00a207b481b05d8e147673da33ad1cd3.tar.xz
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 5d727f6..091830d 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 fa0b6a7..fa0b6a7 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 7eddf1c..7eddf1c 100644
--- a/board/qemu-malta/qemu-malta.c
+++ b/board/imgtec/malta/malta.c