summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2013-02-03 05:46:13 +0000
committerTom Rini <trini@ti.com>2013-02-19 17:01:26 -0500
commit70d7cb92528c88b7e0db841d94383d8d0fb350f3 (patch)
tree402b70ba48116afc22894cd8e4a3801aafdc3fe9 /common
parent85de63e2e68d314bea2119b817669034d397f64b (diff)
downloadtalos-obmc-uboot-70d7cb92528c88b7e0db841d94383d8d0fb350f3.tar.gz
talos-obmc-uboot-70d7cb92528c88b7e0db841d94383d8d0fb350f3.zip
cmd_load.c: Add #endif comments to reduce confusion
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'common')
-rw-r--r--common/cmd_load.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/cmd_load.c b/common/cmd_load.c
index 2c8dab1a0a..46db9626eb 100644
--- a/common/cmd_load.c
+++ b/common/cmd_load.c
@@ -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 */
OpenPOWER on IntegriCloud