aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-09-07 13:49:39 -0400
committerTom Rini <trini@konsulko.com>2019-09-07 13:49:39 -0400
commit2f760735c170c854ffca76be5607cec5c56fdc4f (patch)
tree50cfd63bf25f0106c0ffa622cd4c9285dc36fc31 /include/configs
parentba83753289f5ad99f64e72fd0ee141c647aeda0f (diff)
parenteaae4ee2bd349797a69f74240abd8329e18d5dbd (diff)
downloadu-boot-2f760735c170c854ffca76be5607cec5c56fdc4f.zip
u-boot-2f760735c170c854ffca76be5607cec5c56fdc4f.tar.gz
u-boot-2f760735c170c854ffca76be5607cec5c56fdc4f.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-sh
- Initial DM conversion
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/r2dplus.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/configs/r2dplus.h b/include/configs/r2dplus.h
index e10de1b..0b16fb0 100644
--- a/include/configs/r2dplus.h
+++ b/include/configs/r2dplus.h
@@ -64,19 +64,6 @@
/*
* SuperH PCI Bridge Configration
*/
-#define CONFIG_SH4_PCI
#define CONFIG_SH7751_PCI
-#define CONFIG_PCI_SCAN_SHOW 1
-#define __mem_pci
-
-#define CONFIG_PCI_MEM_BUS 0xFD000000 /* Memory space base addr */
-#define CONFIG_PCI_MEM_PHYS CONFIG_PCI_MEM_BUS
-#define CONFIG_PCI_MEM_SIZE 0x01000000 /* Size of Memory window */
-#define CONFIG_PCI_IO_BUS 0xFE240000 /* IO space base address */
-#define CONFIG_PCI_IO_PHYS CONFIG_PCI_IO_BUS
-#define CONFIG_PCI_IO_SIZE 0x00040000 /* Size of IO window */
-#define CONFIG_PCI_SYS_BUS CONFIG_SYS_SDRAM_BASE
-#define CONFIG_PCI_SYS_PHYS CONFIG_SYS_SDRAM_BASE
-#define CONFIG_PCI_SYS_SIZE CONFIG_SYS_SDRAM_SIZE
#endif /* __CONFIG_H */