]> Git Repo - J-u-boot.git/commit
bootstage: Adjust to use const * where possible
authorSimon Glass <[email protected]>
Mon, 22 May 2017 11:05:34 +0000 (05:05 -0600)
committerTom Rini <[email protected]>
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 <[email protected]>
common/bootstage.c
include/bootstage.h
This page took 0.027783 seconds and 4 git commands to generate.