Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b2a606d authored by eric miao's avatar eric miao Committed by Russell King
Browse files

ARM: 6283/1: Remove useless PCIO_BASE definitions

parent 0a4ca022
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -69,13 +69,6 @@
#define SYSPLD_VIRT_BASE	0xfe000000
#define SYSPLD_BASE		SYSPLD_VIRT_BASE

#ifndef __ASSEMBLER__

#define PCIO_BASE		IO_BASE

#endif


#if  defined (CONFIG_ARCH_AUTCPU12)

#define  CS89712_VIRT_BASE	CLPS7111_VIRT_BASE
+0 −2
Original line number Diff line number Diff line
@@ -182,8 +182,6 @@
#define SERIAL_ENABLE_EN	(1<<0)

/* 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
#include "boards.h"
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@
#define IO_SIZE			0x0B000000                 // How much?
#define IO_START		INTEGRATOR_HDR_BASE        // PA of IO

#define PCIO_BASE		PCI_IO_VADDR
#define PCIMEM_BASE		PCI_MEMORY_VADDR

#define pcibios_assign_all_busses()	1
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
#define __ASM_ARCH_HARDWARE_H

/* PCI IO info */
#define PCIO_BASE		IXP23XX_PCI_IO_VIRT
#define PCIBIOS_MIN_IO		0x00000000
#define PCIBIOS_MIN_MEM		0xe0000000

+0 −5
Original line number Diff line number Diff line
@@ -13,11 +13,6 @@
#ifndef __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.
 * The mapping is set in mach-pxa/generic.c.