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 /configs/P1021RDB-PC_36BIT_SDCARD_defconfig | |
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 'configs/P1021RDB-PC_36BIT_SDCARD_defconfig')
-rw-r--r-- | configs/P1021RDB-PC_36BIT_SDCARD_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P1021RDB-PC_36BIT_SDCARD_defconfig b/configs/P1021RDB-PC_36BIT_SDCARD_defconfig index 62cbbc016a..66c37f9407 100644 --- a/configs/P1021RDB-PC_36BIT_SDCARD_defconfig +++ b/configs/P1021RDB-PC_36BIT_SDCARD_defconfig @@ -76,4 +76,5 @@ CONFIG_SPI=y CONFIG_FSL_ESPI=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_ADDR_MAP=y CONFIG_OF_LIBFDT=y |