cbfs: Use bool type for whether initialised
authorSimon Glass <sjg@chromium.org>
Sun, 24 May 2020 23:38:14 +0000 (17:38 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 27 May 2020 06:40:09 +0000 (14:40 +0800)
commit381e1130a2c0cd4cf1d605bf9345673a9240ec30
tree468a86e51ec3f3d17234cf224d9dbb60b7f31c33
parent45637dbfce9e5afb07d4c560f8ee24cff3cc1ab8
cbfs: Use bool type for whether initialised

At present this uses an int type. U-Boot now supports bool so use this
instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
fs/cbfs/cbfs.c