diff options
author | Jon Loeliger <jdl@freescale.com> | 2006-08-15 16:19:02 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-08-25 14:32:13 +1000 |
commit | 5dc599c206ad50e1b190edfbc98b7cf8ce361003 (patch) | |
tree | 39d959b30b002402ae23562755735e70589c9e36 /include/asm-powerpc/mpc86xx.h | |
parent | 054389f114fc55d525926b55e82b473b783a7d77 (diff) | |
download | blackbird-obmc-linux-5dc599c206ad50e1b190edfbc98b7cf8ce361003.tar.gz blackbird-obmc-linux-5dc599c206ad50e1b190edfbc98b7cf8ce361003.zip |
[POWERPC] Allow MPC8641 HPCN to build with CONFIG_PCI disabled too.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/mpc86xx.h')
-rw-r--r-- | include/asm-powerpc/mpc86xx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-powerpc/mpc86xx.h b/include/asm-powerpc/mpc86xx.h index f260382739fa..2d6ad859df7f 100644 --- a/include/asm-powerpc/mpc86xx.h +++ b/include/asm-powerpc/mpc86xx.h @@ -23,8 +23,6 @@ #define _ISA_MEM_BASE isa_mem_base #ifdef CONFIG_PCI #define PCI_DRAM_OFFSET pci_dram_offset -#else -#define PCI_DRAM_OFFSET 0 #endif #define CPU0_BOOT_RELEASE 0x01000000 |