commit | 795dc7d892fc01b79ec4335cfac7b466b422459b | [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 | 4da919647246d502627878eb93d06a97c40e950d [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>