commit | 4e988f9b6f12f2f671f3082c1cac4194cc70f316 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 06 21:42:04 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Dec 15 11:44:13 2019 +0800 |
tree | a4ab746b9c10595dd352fb6aaddcfb1b3539677b | |
parent | 9d25f2ec5a8bd11a3d72dedbacae3ed11bd82529 [diff] |
x86: Adjust mrccache_get_region() to support get_mmap() It is now possible to obtain the memory map for a SPI controllers instead of having it hard-coded in the device tree. Update the code to support this. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>