commit | 69be8fd1649aaa02087cfe86add1bb34ec0850ec | [log] [tgz] |
---|---|---|
author | Marek Szyprowski <m.szyprowski@samsung.com> | Wed Jun 03 14:43:40 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 10 14:10:43 2020 -0400 |
tree | f33030eb766004da7e455e5ef301436890dcd491 | |
parent | 506d52308a2f5de48c2b9a08229fee9a0ee2842a [diff] |
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>