commit | 8cbe22bcbc62dcbbe9524d668f6ae2c32e97816f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 19 15:49:33 2021 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Nov 28 16:51:51 2021 -0700 |
tree | 3437aa4cbf19a07b3c554f0ebaba9c0e9ae274c2 | |
parent | 9b7245794dade8477dc8bbabb915261df4ebada1 [diff] |
sf: Use const for the stage name This is not updated at runtime so should be marked const. Update the code accordingly. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>