[U-Boot] [PATCH] utx8245: fix build breakage due to assert()

2011-09-10 Thread Wolfgang Denk
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

Re: [U-Boot] [PATCH] utx8245: fix build breakage due to assert()

2011-09-10 Thread Wolfgang Denk
Dear Wolfgang Denk, In message 1315663665-24926-1-git-send-email...@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)