On Mon, May 25, 2020 at 7:38 AM Simon Glass <[email protected]> wrote: > > At present this uses an int type. U-Boot now supports bool so use this > instead. > > Signed-off-by: Simon Glass <[email protected]> > --- > > Changes in v4: > - Stick with US spelling > > Changes in v3: None > Changes in v2: None > > fs/cbfs/cbfs.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >
Reviewed-by: Bin Meng <[email protected]>

