]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit02833beaef9139a462c8262c61de6c1f151f6b6e
tree3437aa4cbf19a07b3c554f0ebaba9c0e9ae274c2
parentd0593acd69ce3ade7f5098f10f019a0d5497f89f
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