common: Add a noisy assert()
authorSimon Glass <sjg@chromium.org>
Mon, 30 Dec 2019 04:19:10 +0000 (21:19 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 7 Jan 2020 23:02:38 +0000 (16:02 -0700)
commitcd01d2d595bae3db60a0b222912ea875dd0687c8
tree2a3d8bd57ffb38fe0c015ab0b86e758fab00e25c
parentd8a3f5259a36e76d1de127f65714c40918e8ee4c
common: Add a noisy assert()

Some U-Boot code uses BUG_ON() and WARN_ON() macros. These use __FILE__
which can include quite a large path, depending on how U-Boot is built.

The existing assert() is only checked if DEBUG is enabled. Add a new one
which is always checked, and prints a (smaller) error in that case.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/log.h