diff options
author | Tom Rini <trini@konsulko.com> | 2020-07-10 14:30:46 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-10 14:30:46 -0400 |
commit | 618c30679086e0b6d74e427b52931a31a2767af6 (patch) | |
tree | 61af852fc7f4c4a7a673f21aeaa061cc358dda09 /include/configs/qemu-ppce500.h | |
parent | 506d52308a2f5de48c2b9a08229fee9a0ee2842a (diff) | |
parent | c1b0bcc870285b6f92d33d8bbb10fb5ba901fb42 (diff) |
Merge branch '2020-08-10-arbitrary-virt-phys-mappings'
- Bring in Marek Szyprowski's series to allow for arbitrary
virtual-physical address mappings.
Diffstat (limited to 'include/configs/qemu-ppce500.h')
-rw-r--r-- | include/configs/qemu-ppce500.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/qemu-ppce500.h b/include/configs/qemu-ppce500.h index 03b08968f6..b3ec43073c 100644 --- a/include/configs/qemu-ppce500.h +++ b/include/configs/qemu-ppce500.h @@ -21,9 +21,6 @@ #define CONFIG_ENABLE_36BIT_PHYS -#define CONFIG_ADDR_MAP -#define CONFIG_SYS_NUM_ADDR_MAP 16 /* number of TLB1 entries */ - /* Needed to fill the ccsrbar pointer */ /* Virtual address to CCSRBAR */ |