blpec: rename struct lspec -> bootentries
The code in common/boot.c collects the different boot entries in
lists of type struct blspec, eventhough many of them may not be
bootloader spec entries but for example boot scripts. This is the first
step of separating the data structures from boot entries and bootloader
spec: As struct blspec is merely a container for collecting boot entries
We simply rename struct blspec to struct bootentries. No functional change.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 4d85cb9 commit dbc1894b425b587a48a410e9e516c84e6192716b
@Sascha Hauer Sascha Hauer authored on 20 Jul 2016
Showing 3 changed files
View
commands/boot.c
View
common/blspec.c
View
include/blspec.h