]> git.ipfire.org Git - people/ms/u-boot.git/commit
Add warn_non_spl() to show a message in U-Boot proper
authorSimon Glass <sjg@chromium.org>
Mon, 20 Jun 2016 01:43:04 +0000 (19:43 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 14 Jul 2016 22:33:11 +0000 (18:33 -0400)
commit982868264e7c61964bd392b10b2370f6757b14dc
tree000ca1498c874da8f84747fc05e81ca0499f691f
parent5e7f74332465f0addc05634d351df8eeaa2015d2
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>
include/common.h