Add support for multiple PHYs.
diff --git a/lib_arm/board.c b/lib_arm/board.c
index a3588d6..fa3c92e 100644
--- a/lib_arm/board.c
+++ b/lib_arm/board.c
@@ -345,8 +345,10 @@
 #ifdef BOARD_LATE_INIT
 	board_late_init ();
 #endif
-#if (CONFIG_COMMANDS & CFG_CMD_NET) && defined(CONFIG_NET_MULTI)
+#if (CONFIG_COMMANDS & CFG_CMD_NET)
+#if defined(CONFIG_NET_MULTI)
 	puts ("Net:   ");
+#endif
 	eth_initialize(gd->bd);
 #endif
 	/* main_loop() can return to retry autoboot, if so just run it again. */