diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2020-06-03 14:43:40 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-10 14:10:43 -0400 |
commit | 69be8fd1649aaa02087cfe86add1bb34ec0850ec (patch) | |
tree | f33030eb766004da7e455e5ef301436890dcd491 /include/configs/p1_p2_rdb_pc.h | |
parent | 506d52308a2f5de48c2b9a08229fee9a0ee2842a (diff) | |
download | u-boot-69be8fd1649aaa02087cfe86add1bb34ec0850ec.tar.gz u-boot-69be8fd1649aaa02087cfe86add1bb34ec0850ec.tar.xz u-boot-69be8fd1649aaa02087cfe86add1bb34ec0850ec.zip |
powerpc: move ADDR_MAP to Kconfig
Move ADDR_MAP related config options from include/configs/*.h to the
proper place in lib/Kconfig. This has been done using
./tools/moveconfig.py and manual inspection of the generated changes.
This is a preparation to use ADDR_MAP helper on ARM 32bit Raspberry Pi4
board for mapping the PCIe XHCI MMIO, which is above the 4GiB identity
mapping limit.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/p1_p2_rdb_pc.h')
-rw-r--r-- | include/configs/p1_p2_rdb_pc.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h index 6b57be912a..a33f2f30ca 100644 --- a/include/configs/p1_p2_rdb_pc.h +++ b/include/configs/p1_p2_rdb_pc.h @@ -233,11 +233,6 @@ #define CONFIG_ENABLE_36BIT_PHYS -#ifdef CONFIG_PHYS_64BIT -#define CONFIG_ADDR_MAP 1 -#define CONFIG_SYS_NUM_ADDR_MAP 16 /* number of TLB1 entries */ -#endif - #define CONFIG_SYS_CCSRBAR 0xffe00000 #define CONFIG_SYS_CCSRBAR_PHYS_LOW CONFIG_SYS_CCSRBAR |