]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - net/net.c
net: Fix compile failure in net.c
[people/ms/u-boot.git] / net / net.c
index 6e678770fa9dc7dbdbe6039173622c39d28a0107..2268890ab54e7bd6ac0ef104212570f4b45b3402 100644 (file)
--- a/net/net.c
+++ b/net/net.c
@@ -489,7 +489,7 @@ restart:
                        cdp_start();
                        break;
 #endif
-#if defined(CONFIG_NETCONSOLE) && !(CONFIG_SPL_BUILD)
+#if defined(CONFIG_NETCONSOLE) && !defined(CONFIG_SPL_BUILD)
                case NETCONS:
                        nc_start();
                        break;
@@ -1258,7 +1258,7 @@ void net_process_received_packet(uchar *in_packet, int len)
                }
 #endif
 
-#if defined(CONFIG_NETCONSOLE) && !(CONFIG_SPL_BUILD)
+#if defined(CONFIG_NETCONSOLE) && !defined(CONFIG_SPL_BUILD)
                nc_input_packet((uchar *)ip + IP_UDP_HDR_SIZE,
                                src_ip,
                                ntohs(ip->udp_dst),