[U-Boot] [PATCH 2/2] musb: sunxi: Implement dfu_usb_get_reset()
Ian Campbell
ijc+uboot at hellion.org.uk
Sun Oct 25 20:24:04 CET 2015
On Sun, 2015-10-25 at 16:46 +0200, Siarhei Siamashka wrote:
> replace "#include <stdbool.h>" with "typedef int bool;" and try it
> again.
So don't do that then.
In u-boot the "bool" type comes from stdbool.h and it is therefore
completely reasonable to assume that bool in u-boot has the properties
which this implies.
Ian.
More information about the U-Boot
mailing list