]> Git Repo - J-u-boot.git/commit
cbfs: Use bool type for whether initialised
authorSimon Glass <[email protected]>
Sun, 24 May 2020 23:38:14 +0000 (17:38 -0600)
committerBin Meng <[email protected]>
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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
fs/cbfs/cbfs.c
This page took 0.032938 seconds and 4 git commands to generate.