sf: Use const for the stage name
authorSimon Glass <sjg@chromium.org>
Sun, 19 Sep 2021 21:49:33 +0000 (15:49 -0600)
committerSimon Glass <sjg@chromium.org>
Sun, 28 Nov 2021 23:51:51 +0000 (16:51 -0700)
commitad4e0100541eb8a19de00f56bda10be576a7cde6
tree3437aa4cbf19a07b3c554f0ebaba9c0e9ae274c2
parent6b03448713c20dd71ab6cc8e2c1c326db0148169
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>
cmd/sf.c