diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-12-06 22:40:12 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-12-06 22:40:12 +0000 |
commit | b516c8d89da65e57820f0a6e0f19eab1c5dd0736 (patch) | |
tree | 2780da5c394c7aebe811e75194f6ea340f496bb7 /target/linux/adm8668/files/arch/mips/include | |
parent | 1ed763b8887616fbac8532895b764daf4d5d4f25 (diff) | |
download | mtk-20170518-b516c8d89da65e57820f0a6e0f19eab1c5dd0736.zip mtk-20170518-b516c8d89da65e57820f0a6e0f19eab1c5dd0736.tar.gz mtk-20170518-b516c8d89da65e57820f0a6e0f19eab1c5dd0736.tar.bz2 |
cleanup PCI controller code
At some point we should make the ADM5120 PCI controller driver a real
platform driver and share that one between the two targets.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34553
Diffstat (limited to 'target/linux/adm8668/files/arch/mips/include')
-rw-r--r-- | target/linux/adm8668/files/arch/mips/include/asm/mach-adm8668/adm8668.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/adm8668/files/arch/mips/include/asm/mach-adm8668/adm8668.h b/target/linux/adm8668/files/arch/mips/include/asm/mach-adm8668/adm8668.h index 250447b..f0608d1 100644 --- a/target/linux/adm8668/files/arch/mips/include/asm/mach-adm8668/adm8668.h +++ b/target/linux/adm8668/files/arch/mips/include/asm/mach-adm8668/adm8668.h @@ -26,8 +26,8 @@ #define ADM8668_SMEM0_BASE 0x1FC00000 #define ADM8668_NAND_BASE 0x1FFFFF00 -#define PCICFG_BASE 0x12200000 -#define PCIDAT_BASE 0x12400000 +#define ADM8668_PCICFG_BASE 0x12200000 +#define ADM8668_PCIDAT_BASE 0x12400000 /** onboard uart **/ #define ADM8668_UARTCLK_FREQ 62500000 |