]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit6afe52a8e31e99e5a4b72a2b1ab696c533f47ca7
tree468a86e51ec3f3d17234cf224d9dbb60b7f31c33
parentfc99e7b4e8daf906f64a5319a1bddeff2dd77cb1
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