commit | 2b22a99c65c437891ab88703dff25e256f78c21f | [log] [tgz] |
---|---|---|
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | Fri Dec 04 23:27:38 2015 +0100 |
committer | Simon Glass <sjg@chromium.org> | Sun Dec 13 17:07:30 2015 -0700 |
tree | ee3c720c2ed2de4509a97c495afc588168ef145a | |
parent | 962a43cc9628fcfc048c563e0fd295b8743e0504 [diff] |
lib: Split panic functions out of vsprintf.c To allow panic and panic_str to still be used when using tiny-printf, split them out into their own file which gets build regardless of what printf implementation is used. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>