commit | e558f6af440e3d48247b437903d30b4dfe157234 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jun 19 19:43:04 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 14 18:33:11 2016 -0400 |
tree | 000ca1498c874da8f84747fc05e81ca0499f691f | |
parent | 1ec1c3ac70560197bc8a87faa355da5910743195 [diff] |
Add warn_non_spl() to show a message in U-Boot proper SPL tends to be more space-constrained that U-Boot proper. Some error messages are best suppressed in SPL. Add a macros to make this easy. warn_non_spl() does nothing when built in SPL code. Signed-off-by: Simon Glass <sjg@chromium.org>