]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined
authorHebbar <gururajakr@sanyo.co.in>
Wed, 19 Dec 2007 00:03:07 +0000 (16:03 -0800)
committerWolfgang Denk <wd@denx.de>
Mon, 4 Feb 2008 22:17:01 +0000 (23:17 +0100)
commita41dbbd98d201d8aea31b5d21df4742c20cd7eda
tree2702a7f947f258229d0244d84866f5a66bf1ff4c
parentf7ad79b6f9f0f45437b62e19b45356cc2aaf4884
ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined

Add ifdef to bdinfo command to display ethernet information
only if CONFIG_CMD_NET is defined for arm modules.

Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
common/cmd_bdinfo.c