]> git.sur5r.net Git - u-boot/commit
bootstage: Adjust to use const * where possible
authorSimon Glass <sjg@chromium.org>
Mon, 22 May 2017 11:05:34 +0000 (05:05 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 5 Jun 2017 18:13:08 +0000 (14:13 -0400)
commit9d2542d062da9e1e3934f504b4d769998a76c991
treea5308fe2cc5f2b096121a2679ac7a1a1da9ad7c2
parente003310a76211c2a9bb1939db4633830594c35ba
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>
common/bootstage.c
include/bootstage.h