]> git.neil.brown.name Git - history.git/commitdiff
[ARM PATCH] 1692/1: Shark: PCIMEM_BASE
authorAlexander Schulz <alex@de.rmk.(none)>
Tue, 21 Oct 2003 22:55:29 +0000 (23:55 +0100)
committerRussell King <rmk@arm.linux.org.uk>
Tue, 21 Oct 2003 22:55:29 +0000 (23:55 +0100)
Patch from Alexander Schulz

This patch adds the define for PCIMEM_BASE so that the shark kernel
compiles again.

include/asm-arm/arch-shark/hardware.h

index f4f54113fd1c09ce38b20d3fe035a6478062318e..4d35f8c154c308ec7abf0437eab8ab258a35633a 100644 (file)
@@ -51,6 +51,7 @@
 
 #define PCIBIOS_MIN_IO          0x6000
 #define PCIBIOS_MIN_MEM         0x50000000
+#define PCIMEM_BASE            0xe8000000
 
 #endif