]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common/cmd_test: Avoid macro expansion
authorYork Sun <yorksun@freescale.com>
Thu, 4 Apr 2013 11:52:53 +0000 (11:52 +0000)
committerTom Rini <trini@ti.com>
Mon, 8 Apr 2013 16:00:51 +0000 (12:00 -0400)
commita6142706f578e6246bc987ae8ac343f506d3ad35
tree3c941d93fd4024af20a9ecc70ec49bb67aa0349a
parent3cb5ca75a1d643666ce829a77abffe6145b4f820
common/cmd_test: Avoid macro expansion

cmd_test.c adds "true" and "false" as new commands. We need to avoid macro
expansion for U_BOOT_CMD.

Signed-off-by: York Sun <yorksun@freescale.com>
common/cmd_test.c