From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Date: Tue, 26 Nov 2013 19:34:58 +0900 Subject: [U-Boot] [PATCH] cmd_test: fix a compile error on Blackfin In-Reply-To: <20131125141914.00282380418@gemini.denx.de> References: <20131125104322.C02E.AA925319@jp.panasonic.com> <20131125141914.00282380418@gemini.denx.de> Message-ID: <20131126193458.C050.AA925319@jp.panasonic.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Wolfgang > > Could you resend > > http://patchwork.ozlabs.org/patch/292309/ > > in a correct format? > > > > (Or Tom can directly pick it from the ML?) > > Of course I can. Does this patch solve the problem for you? Yes. It worked for me. Thanks. (And applied to u-boot/master) It's OK for now because my motivation is to fix the build error on blackfin boards. Although it is true that I am a little concerned about this parts: #define _STDBOOL_H #include #include Best Regards Masahiro Yamada