diff options
author | Wolfgang Denk <wd@denx.de> | 2013-11-19 08:01:44 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-25 10:41:55 -0500 |
commit | a5750b805828f471469d6ad31e052e83a564de2e (patch) | |
tree | 37bc6605d04b9f38b89df29e229792fecf58a7ef /include/dfu.h | |
parent | 4d1584bd0df86044a17daf3812b4a3b48913d970 (diff) | |
download | u-boot-imx-a5750b805828f471469d6ad31e052e83a564de2e.zip u-boot-imx-a5750b805828f471469d6ad31e052e83a564de2e.tar.gz u-boot-imx-a5750b805828f471469d6ad31e052e83a564de2e.tar.bz2 |
blackfin: don't use 'bool' when it causes problems
The use of 'bool' data types in globally used header files cases build
errors like this:
In file included from arch/blackfin/include/asm/blackfin.h:13:0,
from include/common.h:92,
from cmd_test.c:17:
arch/blackfin/include/asm/blackfin_local.h:54:1: error: unknown type name 'bool'
Use plain 'int' instead to avoid such kind of trouble.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/dfu.h')
0 files changed, 0 insertions, 0 deletions