mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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:
parent
960379d450
commit
2cc61a631b
2 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
#include <dm.h>
|
||||
#include <rtc.h>
|
||||
|
||||
#if defined(CONFIG_X86) || defined(CONFIG_MALTA)
|
||||
#if defined(CONFIG_X86) || defined(CONFIG_TARGET_MALTA)
|
||||
#include <asm/io.h>
|
||||
#define in8(p) inb(p)
|
||||
#define out8(p, v) outb(v, p)
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
/*
|
||||
* System configuration
|
||||
*/
|
||||
#define CONFIG_MALTA
|
||||
|
||||
/*
|
||||
* CPU Configuration
|
||||
|
|
Loading…
Reference in a new issue