malta: Rename CONFIG_MALTA to CONFIG_TARGET_MALTA

Fixup this last remnant of CONFIG_MALTA.

Cc: Paul Burton <paul.burton@mips.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2022-12-02 16:42:34 -05:00
parent 960379d450
commit 2cc61a631b
2 changed files with 1 additions and 2 deletions

View file

@ -13,7 +13,7 @@
#include <dm.h> #include <dm.h>
#include <rtc.h> #include <rtc.h>
#if defined(CONFIG_X86) || defined(CONFIG_MALTA) #if defined(CONFIG_X86) || defined(CONFIG_TARGET_MALTA)
#include <asm/io.h> #include <asm/io.h>
#define in8(p) inb(p) #define in8(p) inb(p)
#define out8(p, v) outb(v, p) #define out8(p, v) outb(v, p)

View file

@ -9,7 +9,6 @@
/* /*
* System configuration * System configuration
*/ */
#define CONFIG_MALTA
/* /*
* CPU Configuration * CPU Configuration