diff options
Diffstat (limited to 'common/cmd_bdinfo.c')
| -rw-r--r-- | common/cmd_bdinfo.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_bdinfo.c b/common/cmd_bdinfo.c index f1adeaa7b..dd9a4899c 100644 --- a/common/cmd_bdinfo.c +++ b/common/cmd_bdinfo.c @@ -81,7 +81,7 @@ int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  	for (i=0; i<6; ++i) {  		printf ("%c%02X", i ? ':' : ' ', bd->bi_enetaddr[i]);  	} -#ifdef CONFIG_PN62 +#if (defined CONFIG_PN62) || (defined CONFIG_PPCHAMELEONEVB)  	printf ("\neth1addr    =");  	for (i=0; i<6; ++i) {  		printf ("%c%02X", i ? ':' : ' ', bd->bi_enet1addr[i]); |