]> git.ipfire.org Git - people/ms/u-boot.git/commit
cosmetic: debug: Replace #ifdef DEBUG with debug() macro
authorLukasz Majewski <l.majewski@majess.pl>
Sun, 8 May 2016 06:52:21 +0000 (08:52 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 27 May 2016 19:39:48 +0000 (15:39 -0400)
commit851bda81487b0e2b5b43c9c2dc2582214751953e
tree1ce6f74d2380b7483a3ca12a25f6757dbc3bcba6
parentc7757d46958463542f3c5cc359d53769f83b9148
cosmetic: debug: Replace #ifdef DEBUG with debug() macro

Replace #ifdef DEBUG with dedicated debug() macro.

Signed-off-by: Lukasz Majewski <l.majewski@majess.pl>
common/bootm_os.c