diff options
author | Wolfgang Denk <wd@denx.de> | 2011-09-10 16:04:12 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-09-10 16:05:43 +0200 |
commit | ea95cb73310c075e4f2e05e2ffb4443cac1825cd (patch) | |
tree | 742a8524d49a8bd0ee43cd48e3cf6380e7b45e6a /include/configs | |
parent | aaf6935b223ccf746d1504661d2c40bf73698d3b (diff) | |
download | u-boot-imx-ea95cb73310c075e4f2e05e2ffb4443cac1825cd.zip u-boot-imx-ea95cb73310c075e4f2e05e2ffb4443cac1825cd.tar.gz u-boot-imx-ea95cb73310c075e4f2e05e2ffb4443cac1825cd.tar.bz2 |
utx8245: fix build breakage due to assert()
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 <wd@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs')
0 files changed, 0 insertions, 0 deletions