]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
main: Add debug_bootkeys to avoid #ifdefs
authorSimon Glass <sjg@chromium.org>
Wed, 15 May 2013 06:24:01 +0000 (06:24 +0000)
committerTom Rini <trini@ti.com>
Tue, 4 Jun 2013 20:06:31 +0000 (16:06 -0400)
commitd34d186ef9cf5a2e8030862cb5d281356046e6a1
tree3d63d7a9bcdc3ac6bae46430d06310944bf6fc62
parent3e4088737b0c21811f72ae02fb8b4b8a672ee38c
main: Add debug_bootkeys to avoid #ifdefs

Define a simple debug condition at the top of the file, to avoid using
lots of #ifdefs later on.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
common/main.c