commit | 68941865c4aaf2975dc9ddb97391f9fcc31124fb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 23 18:58:56 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Nov 21 04:43:18 2014 +0100 |
tree | bb174337344044010875651980e4562dacad08a1 | |
parent | 0058e1171b78913d979d5eee9996ae7177d3e157 [diff] |
fdt: Add a function to decode a named memory region Permit decoding of a named memory region from the device tree. This allows easy run-time configuration of the address of on-chip SRAM, SDRAM, etc. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@ti.com>