From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Sat, 10 Sep 2011 22:42:34 +0200 Subject: [U-Boot] [PATCH] utx8245: fix build breakage due to assert() In-Reply-To: <1315663665-24926-1-git-send-email-wd@denx.de> References: <1309376974-12943-1-git-send-email-sjg@chromium.org> <1315663665-24926-1-git-send-email-wd@denx.de> Message-ID: <20110910204234.99F881408770@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang Denk, In message <1315663665-24926-1-git-send-email-wd@denx.de> you wrote: > Commit 21726a7 "Add assert() for debug assertions" broke building the > utx8245 board: > > dlmalloc.c: In function 'do_check_chunk': > dlmalloc.c:1660: error: 'sz' undeclared (first use in this function) > dlmalloc.c:1660: error: (Each undeclared identifier is reported only once > dlmalloc.c:1660: error: for each function it appears in.) > dlmalloc.c: In function 'do_check_free_chunk': > dlmalloc.c:1689: error: 'next' undeclared (first use in this function) > dlmalloc.c: In function 'do_check_malloced_chunk': > dlmalloc.c:1748: error: 'sz' undeclared (first use in this function) > dlmalloc.c:1750: error: 'room' undeclared (first use in this function) > > Signed-off-by: Wolfgang Denk > Cc: Simon Glass > --- > common/dlmalloc.c | 6 ------ > 1 files changed, 0 insertions(+), 6 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de You can't evaluate a man by logic alone. -- McCoy, "I, Mudd", stardate 4513.3