commit | 2e4d87267288b6f4f11052c22719d46a6bedc115 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jun 11 13:07:18 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 09 09:11:00 2018 -0600 |
tree | e753eaf7147763c8d2a7aa8f20ab086c7a36c863 | |
parent | 4b58093a6557d578147013b9765a1c56b00459a6 [diff] |
dm: core: Add a function to decode a memory region Add a way to decode a memory region, including the memory type (sram or sdram) and its start address and size. Signed-off-by: Simon Glass <sjg@chromium.org>