commit | 52d2e9c142c0079bba51011bb95301c986ff11bb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 23 08:11:26 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:24:41 2021 -0700 |
tree | 0af941009f7785ed5f7a942c18f72ddf3be7aad7 | |
parent | 7d637c122d772e472a211f6aa3f33cbe3c3e243c [diff] |
x86: apl: Use const for driver operations Update these declarations to const to ensure that the data ends up in the rodata section. Signed-off-by: Simon Glass <sjg@chromium.org>