commit | 2029a6d426e8ed2a99866958ac1b7e9b917ff3a7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 24 17:38:14 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed May 27 14:40:09 2020 +0800 |
tree | 468a86e51ec3f3d17234cf224d9dbb60b7f31c33 | |
parent | 6b8244616d92c2f732432ab31b6fea1b6559197b [diff] |
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>