u-boot-brain/arch/blackfin
Wolfgang Denk a5750b8058 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>
2013-11-25 10:41:55 -05:00
..
cpu blackfin: don't use 'bool' when it causes problems 2013-11-25 10:41:55 -05:00
include/asm blackfin: don't use 'bool' when it causes problems 2013-11-25 10:41:55 -05:00
lib cosmetic: remove empty lines at the top of file 2013-11-08 09:41:37 -05:00
config.mk Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00