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>
This commit is contained in:
Paul Burton
2013-11-09 10:22:08 +00:00
committed by Daniel Schwierzeck
parent fa5cec0321
commit 7a9d109b00
7 changed files with 16 additions and 16 deletions

View File

@@ -4,8 +4,8 @@
* SPDX-License-Identifier: GPL-2.0
*/
#ifndef _QEMU_MALTA_CONFIG_H
#define _QEMU_MALTA_CONFIG_H
#ifndef _MALTA_CONFIG_H
#define _MALTA_CONFIG_H
#include <asm/addrspace.h>
#include <asm/malta.h>
@@ -13,7 +13,7 @@
/*
* System configuration
*/
#define CONFIG_QEMU_MALTA
#define CONFIG_MALTA
#define CONFIG_PCI
#define CONFIG_PCI_GT64120
@@ -54,9 +54,9 @@
* Console configuration
*/
#if defined(CONFIG_SYS_LITTLE_ENDIAN)
#define CONFIG_SYS_PROMPT "qemu-maltael # "
#define CONFIG_SYS_PROMPT "maltael # "
#else
#define CONFIG_SYS_PROMPT "qemu-malta # "
#define CONFIG_SYS_PROMPT "malta # "
#endif
#define CONFIG_SYS_CBSIZE 256
@@ -110,4 +110,4 @@
#define CONFIG_SYS_LONGHELP /* verbose help, undef to save memory */
#endif /* _QEMU_MALTA_CONFIG_H */
#endif /* _MALTA_CONFIG_H */