]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
hush: Fix printf debug macro in hush.c so that it usable in U-Boot
authorStefan Roese <sr@denx.de>
Tue, 19 Aug 2008 12:57:55 +0000 (14:57 +0200)
committerWolfgang Denk <wd@denx.de>
Thu, 21 Aug 2008 00:05:03 +0000 (02:05 +0200)
commit4cacf7c64609839f809e2f9c45873f1d65861703
treeb1bf8641eca9f647aa4503ba944894d7a4f88235
parent8f2b457ef26a44d9e5fd7d6b16c394e5c3a71ca2
hush: Fix printf debug macro in hush.c so that it usable in U-Boot

This patch changes the debug_printf() marco for U-Boot in hush.c and
moves the definition of DEBUG_SHELL to a place that is actually compiled
under U-Boot.

Signed-off-by: Stefan Roese <sr@denx.de>
common/hush.c