commit | 0c425ae4b735d13bdc5f6cc1b7cef2ba130b5c4e | [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 | 1701892790780231fdf35255a772848feca361a8 [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>