summaryrefslogtreecommitdiffstats
path: root/board/cpc45
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2011-10-21 14:17:31 +0000
committerWolfgang Denk <wd@denx.de>2011-10-27 23:54:02 +0200
commit17f5f1e23fd108d698242ea1bc6c681dc03df73b (patch)
tree46df9f5cebc4644cf2c9d207ccf5ad5485c20c9b /board/cpc45
parent2e59cb63ef2bdcb659c77230d1053fbca5b194fc (diff)
downloadblackbird-obmc-uboot-17f5f1e23fd108d698242ea1bc6c681dc03df73b.tar.gz
blackbird-obmc-uboot-17f5f1e23fd108d698242ea1bc6c681dc03df73b.zip
GCC4.6: Squash error in cpc45/pd67290.c
pd67290.c: In function 'cirrus_set_opts': pd67290.c:282: error: 'buf' undeclared (first use in this function) pd67290.c:282: error: (Each undeclared identifier is reported only once pd67290.c:282: error: for each function it appears in.) Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Cc: Wolfgang Denk <wd@denx.de> Cc: Simon Glass <sjg@chromium.org> Cc: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/cpc45')
-rw-r--r--board/cpc45/pd67290.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/board/cpc45/pd67290.c b/board/cpc45/pd67290.c
index 0d8ef23368..815e4bae45 100644
--- a/board/cpc45/pd67290.c
+++ b/board/cpc45/pd67290.c
@@ -225,11 +225,7 @@ static u_int cirrus_set_opts (socket_info_t * s)
{
cirrus_state_t *p = &s->c_state;
u_int mask = 0xffff;
-#if DEBUG
- char buf[200];
-
- memset (buf, 0, 200);
-#endif
+ char buf[200] = {0};
if (has_ring == -1)
has_ring = 1;
OpenPOWER on IntegriCloud