commit | 947b3e6c0a36d56560f72d1812ec91b6b7289e46 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Tue Mar 12 11:38:01 2019 +0100 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 11 20:10:05 2019 -0600 |
tree | 3846d94a394922efdf8364c3b37b3f1e5ca0d35e | |
parent | fbc3210d79e40dc800b6ac94420f750fc8a9c292 [diff] |
sandbox: Use correct phys_{addr, size}_t for PHYS_64BIT=y If 64-bit physical addresses support is enabled, make sure the sandox defines the correct types for phys_addr_t and phys_size_t. Signed-off-by: Thierry Reding <treding@nvidia.com>