commit | 6d29cc7dcf2d35966aa0b6119fd1cbca0d21d5e6 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Tue Jan 30 11:34:17 2018 +0100 |
committer | Simon Glass <sjg@chromium.org> | Sun Feb 18 12:53:38 2018 -0700 |
tree | 975964f8f78831085d7f597493d3aea645e19ea5 | |
parent | 4280342adb2d72d6242ec1ffbb723af380b31586 [diff] |
fdt: Fixup only valid memory banks Memory banks with address 0 and size 0 are empty and should not be passed to the OS via device tree. Signed-off-by: Thierry Reding <treding@nvidia.com> Acked-by: Stephen Warren <swarren@nvidia.com>