Searched hist:"21726 a7afce16b882b5cedf70a0c112caea945be" (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/lib/ |
| H A D | qsort.c | 21726a7afce16b882b5cedf70a0c112caea945be Wed Jun 29 09:49:34 UTC 2011 Simon Glass <sjg@chromium.org> Add assert() for debug assertions
assert() is like BUG_ON() but compiles to nothing unless DEBUG is defined. This is useful when a condition is an error but a board reset is unlikely to fix it, so it is better to soldier on in hope. Assertion failures should be caught during development/test.
It turns out that assert() is defined separately in a few places in U-Boot with various meanings. This patch cleans up some of these.
Build errors exposed by this change (and defining DEBUG) are also fixed in this patch.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
| H A D | vsprintf.c | 21726a7afce16b882b5cedf70a0c112caea945be Wed Jun 29 09:49:34 UTC 2011 Simon Glass <sjg@chromium.org> Add assert() for debug assertions
assert() is like BUG_ON() but compiles to nothing unless DEBUG is defined. This is useful when a condition is an error but a board reset is unlikely to fix it, so it is better to soldier on in hope. Assertion failures should be caught during development/test.
It turns out that assert() is defined separately in a few places in U-Boot with various meanings. This patch cleans up some of these.
Build errors exposed by this change (and defining DEBUG) are also fixed in this patch.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
| /rk3399_rockchip-uboot/include/ |
| H A D | malloc.h | 21726a7afce16b882b5cedf70a0c112caea945be Wed Jun 29 09:49:34 UTC 2011 Simon Glass <sjg@chromium.org> Add assert() for debug assertions
assert() is like BUG_ON() but compiles to nothing unless DEBUG is defined. This is useful when a condition is an error but a board reset is unlikely to fix it, so it is better to soldier on in hope. Assertion failures should be caught during development/test.
It turns out that assert() is defined separately in a few places in U-Boot with various meanings. This patch cleans up some of these.
Build errors exposed by this change (and defining DEBUG) are also fixed in this patch.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
| H A D | common.h | 21726a7afce16b882b5cedf70a0c112caea945be Wed Jun 29 09:49:34 UTC 2011 Simon Glass <sjg@chromium.org> Add assert() for debug assertions
assert() is like BUG_ON() but compiles to nothing unless DEBUG is defined. This is useful when a condition is an error but a board reset is unlikely to fix it, so it is better to soldier on in hope. Assertion failures should be caught during development/test.
It turns out that assert() is defined separately in a few places in U-Boot with various meanings. This patch cleans up some of these.
Build errors exposed by this change (and defining DEBUG) are also fixed in this patch.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
| /rk3399_rockchip-uboot/common/ |
| H A D | dlmalloc.c | 21726a7afce16b882b5cedf70a0c112caea945be Wed Jun 29 09:49:34 UTC 2011 Simon Glass <sjg@chromium.org> Add assert() for debug assertions
assert() is like BUG_ON() but compiles to nothing unless DEBUG is defined. This is useful when a condition is an error but a board reset is unlikely to fix it, so it is better to soldier on in hope. Assertion failures should be caught during development/test.
It turns out that assert() is defined separately in a few places in U-Boot with various meanings. This patch cleans up some of these.
Build errors exposed by this change (and defining DEBUG) are also fixed in this patch.
Signed-off-by: Simon Glass <sjg@chromium.org>
|