ARM: 6283/1: Remove useless PCIO_BASE definitions
Signed-off-by: Eric Miao <eric.miao@canonical.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
0a4ca022eb
commit
9b2a606d38
@ -69,13 +69,6 @@
|
|||||||
#define SYSPLD_VIRT_BASE 0xfe000000
|
#define SYSPLD_VIRT_BASE 0xfe000000
|
||||||
#define SYSPLD_BASE SYSPLD_VIRT_BASE
|
#define SYSPLD_BASE SYSPLD_VIRT_BASE
|
||||||
|
|
||||||
#ifndef __ASSEMBLER__
|
|
||||||
|
|
||||||
#define PCIO_BASE IO_BASE
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#if defined (CONFIG_ARCH_AUTCPU12)
|
#if defined (CONFIG_ARCH_AUTCPU12)
|
||||||
|
|
||||||
#define CS89712_VIRT_BASE CLPS7111_VIRT_BASE
|
#define CS89712_VIRT_BASE CLPS7111_VIRT_BASE
|
||||||
|
@ -182,8 +182,6 @@
|
|||||||
#define SERIAL_ENABLE_EN (1<<0)
|
#define SERIAL_ENABLE_EN (1<<0)
|
||||||
|
|
||||||
/* General defines to pacify gcc */
|
/* General defines to pacify gcc */
|
||||||
#define PCIO_BASE (0) /* for inb, outb and friends */
|
|
||||||
#define PCIO_VIRT PCIO_BASE
|
|
||||||
|
|
||||||
#define __ASM_ARCH_HARDWARE_INCMACH_H
|
#define __ASM_ARCH_HARDWARE_INCMACH_H
|
||||||
#include "boards.h"
|
#include "boards.h"
|
||||||
|
@ -32,7 +32,6 @@
|
|||||||
#define IO_SIZE 0x0B000000 // How much?
|
#define IO_SIZE 0x0B000000 // How much?
|
||||||
#define IO_START INTEGRATOR_HDR_BASE // PA of IO
|
#define IO_START INTEGRATOR_HDR_BASE // PA of IO
|
||||||
|
|
||||||
#define PCIO_BASE PCI_IO_VADDR
|
|
||||||
#define PCIMEM_BASE PCI_MEMORY_VADDR
|
#define PCIMEM_BASE PCI_MEMORY_VADDR
|
||||||
|
|
||||||
#define pcibios_assign_all_busses() 1
|
#define pcibios_assign_all_busses() 1
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
#define __ASM_ARCH_HARDWARE_H
|
#define __ASM_ARCH_HARDWARE_H
|
||||||
|
|
||||||
/* PCI IO info */
|
/* PCI IO info */
|
||||||
#define PCIO_BASE IXP23XX_PCI_IO_VIRT
|
|
||||||
#define PCIBIOS_MIN_IO 0x00000000
|
#define PCIBIOS_MIN_IO 0x00000000
|
||||||
#define PCIBIOS_MIN_MEM 0xe0000000
|
#define PCIBIOS_MIN_MEM 0xe0000000
|
||||||
|
|
||||||
|
@ -13,11 +13,6 @@
|
|||||||
#ifndef __ASM_ARCH_HARDWARE_H
|
#ifndef __ASM_ARCH_HARDWARE_H
|
||||||
#define __ASM_ARCH_HARDWARE_H
|
#define __ASM_ARCH_HARDWARE_H
|
||||||
|
|
||||||
/*
|
|
||||||
* We requires absolute addresses.
|
|
||||||
*/
|
|
||||||
#define PCIO_BASE 0
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Workarounds for at least 2 errata so far require this.
|
* Workarounds for at least 2 errata so far require this.
|
||||||
* The mapping is set in mach-pxa/generic.c.
|
* The mapping is set in mach-pxa/generic.c.
|
||||||
|
Loading…
Reference in New Issue
Block a user