commit | 8927bf2774c4f9d49144369b577962fbd37c6c32 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:45:10 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 17 17:53:52 2020 -0500 |
tree | 03b19d10dea5290f62205016445b16acccf3b3de | |
parent | 64b8fe1f29187da68d702274d07d99157e8ac6f2 [diff] |
common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA This is not really a CONFIG since it is not intended to be set by boards. Move it into the compiler header with other similar defines, and rename it. Signed-off-by: Simon Glass <sjg@chromium.org>