]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_load.c
mac: Fix the condition check for setting the MAC from the EEPROM
[u-boot] / common / cmd_load.c
index 2c8dab1a0a6618dda63c174ff3bc6801b11b617b..46db9626eb19e3d3293a5b0b8506707b92011831 100644 (file)
@@ -1064,8 +1064,8 @@ U_BOOT_CMD(
        "    - save S-Record file over serial line with offset 'off' and size 'size'"
 );
 #endif /* CONFIG_SYS_LOADS_BAUD_CHANGE */
-#endif
-#endif
+#endif /* CONFIG_CMD_SAVES */
+#endif /* CONFIG_CMD_LOADS */
 
 
 #if defined(CONFIG_CMD_LOADB)
@@ -1085,7 +1085,7 @@ U_BOOT_CMD(
        " with offset 'off' and baudrate 'baud'"
 );
 
-#endif
+#endif /* CONFIG_CMD_LOADB */
 
 /* -------------------------------------------------------------------- */
 
@@ -1115,4 +1115,4 @@ U_BOOT_CMD(
        "[on|off]"
 );
 
-#endif
+#endif /* CONFIG_CMD_HWFLOW */