aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-20 08:07:57 -0400
committerTom Rini <trini@konsulko.com>2022-07-05 17:05:00 -0400
commit604c62f5114d8cfd2f8fc7488ff739b6d1011c93 (patch)
treec6a2185f7696ca5889d02c05c81c3e00a5791cf2 /include/configs
parent6bb74fe19bc74da78d8018a0ba024e34522bda51 (diff)
downloadu-boot-604c62f5114d8cfd2f8fc7488ff739b6d1011c93.zip
u-boot-604c62f5114d8cfd2f8fc7488ff739b6d1011c93.tar.gz
u-boot-604c62f5114d8cfd2f8fc7488ff739b6d1011c93.tar.bz2
qemu-ppce500: Move CONFIG_SYS_PCI_MAP_{START, END} to board code
These CONFIG options are only used on this board, in the board file itself. Remove these from the CONFIG namespace and define in the board file. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/qemu-ppce500.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/qemu-ppce500.h b/include/configs/qemu-ppce500.h
index 006593a..451ae0e 100644
--- a/include/configs/qemu-ppce500.h
+++ b/include/configs/qemu-ppce500.h
@@ -25,10 +25,6 @@ extern unsigned long long get_phys_ccsrbar_addr_early(void);
#define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR
#endif
-/* Virtual address range for PCI region maps */
-#define CONFIG_SYS_PCI_MAP_START 0x80000000
-#define CONFIG_SYS_PCI_MAP_END 0xe0000000
-
/* Virtual address to a temporary map if we need it (max 128MB) */
#define CONFIG_SYS_TMPVIRT 0xe8000000