commit | f6704c79946c15fe327ff44e50f9559cd559d7ef | [log] [tgz] |
---|---|---|
author | Bin Meng <bin.meng@windriver.com> | Tue May 19 23:38:33 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Jun 11 20:52:11 2020 -0600 |
tree | d4e12038ef47115cf8deb1923962b998358bdf61 | |
parent | a9ad113df005b4ecd7b719736c228b1da69aa8d6 [diff] |
fdtdec: Honor #address-cells and #size-cells in fdtdec_add_reserved_memory() At present fdtdec_add_reserved_memory() calls fdtdec_get_addr_size() to get address and size for the subnodes of /reserved-memory node. We should honor #address-cells and #size-cells properties in the parent node. Signed-off-by: Bin Meng <bin.meng@windriver.com> Reviewed-by: Simon Glass <sjg@chromium.org>