Skip to content
Snippets Groups Projects
Commit a5750b80 authored by Wolfgang Denk's avatar Wolfgang Denk Committed by Tom Rini
Browse files

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: default avatarWolfgang Denk <wd@denx.de>
parent 4d1584bd
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment