From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] cmd_test: fix a compile error on Blackfin
Date: Mon, 25 Nov 2013 16:58:17 -0500 [thread overview]
Message-ID: <20131125215817.GR420@bill-the-cat> (raw)
In-Reply-To: <20131119070144.70D40380481@gemini.denx.de>
On Tue, Nov 19, 2013 at 08:01:44AM +0100, Wolfgang Denk wrote:
> From: Wolfgang Denk <wd@denx.de>
> Date: Tue, 19 Nov 2013 07:50:46 +0100
> Subject: [PATCH] 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>
Applied to u-boot/master (and re-worded patchwork dl'd patch to match
this), thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20131125/1e31e493/attachment.pgp>
next prev parent reply other threads:[~2013-11-25 21:58 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-19 3:01 [U-Boot] [PATCH] cmd_test: fix a compile error on Blackfin Masahiro Yamada
2013-11-19 3:15 ` Masahiro Yamada
2013-11-19 7:01 ` Wolfgang Denk
2013-11-19 7:50 ` Masahiro Yamada
2013-11-25 1:43 ` Masahiro Yamada
2013-11-25 13:06 ` Tom Rini
2013-11-25 14:19 ` Wolfgang Denk
2013-11-26 10:34 ` Masahiro Yamada
2013-11-25 21:58 ` Tom Rini [this message]
2013-11-19 15:51 ` Måns Rullgård
2013-11-20 4:29 ` Masahiro Yamada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20131125215817.GR420@bill-the-cat \
--to=trini@ti.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.