commit | f015309dc941f78fda710c2a75f547ab00fd54a5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 10 10:26:53 2013 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 21 16:54:26 2013 -0700 |
tree | cd502638e2cc88710bf27d591679bd284906ad7b | |
parent | b2266673d1f16e793824f67dd1904c2a63094a57 [diff] |
sandbox: config: Don't use 64-bit physical memory Sandbox uses an emulated memory map which is quite small. We don't need the CONFIG_PHYS_64BIT option since we can address memory with a 32-bit offset into our ram_buf. Adjust the phys_addr_t and phys_size_t types accordingly. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Hung-ying Tyan <tyanh@chromium.org>