commit | b18a9603bd99686b67627d9ad1a27c87fea848db | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Dec 29 21:19:12 2019 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 07 16:02:38 2020 -0700 |
tree | 27510969a4a589b1295f9011291c23ec39400cf4 | |
parent | 4da551b48ea39f2bf44dd52698ae65551e476035 [diff] |
usb: Drop use of BUG_ON() and WARN_ON() These macros use __FILE__ which inserts the full path of the object file into U-Boot, thus increasing file size. Drop these usages. An older version of this patch was submitted here: http://patchwork.ozlabs.org/patch/1205784/ Signed-off-by: Simon Glass <sjg@chromium.org>