commit | 9d2542d062da9e1e3934f504b4d769998a76c991 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon May 22 05:05:34 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 05 14:13:08 2017 -0400 |
tree | a5308fe2cc5f2b096121a2679ac7a1a1da9ad7c2 | |
parent | e003310a76211c2a9bb1939db4633830594c35ba [diff] |
bootstage: Adjust to use const * where possible There are a few places that should use const *, such as bootstage_unstash(). Update these to make it clearer when parameters are changed. Signed-off-by: Simon Glass <sjg@chromium.org>