summaryrefslogtreecommitdiff
path: root/include/bootstage.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-03-03 00:04:37 (GMT)
committerSimon Glass <sjg@chromium.org>2015-04-18 17:11:37 (GMT)
commitee2b24340fd1d63a27ac4ed6ac828ade1469dbe7 (patch)
tree1126a86f04af92194c867b268ea5ca1e29d7aa46 /include/bootstage.h
parent5c4f9c1d722d7c11e304469bf5e54197bf95f0ce (diff)
downloadu-boot-fsl-qoriq-ee2b24340fd1d63a27ac4ed6ac828ade1469dbe7.tar.xz
Kconfig: Move CONFIG_BOOTSTAGE to Kconfig
Move CONFIG_BOOT_STAGE and its associated options to Kconfig. Adjust existing users and code. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/bootstage.h')
-rw-r--r--include/bootstage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bootstage.h b/include/bootstage.h
index 0276cb3..be44014 100644
--- a/include/bootstage.h
+++ b/include/bootstage.h
@@ -11,7 +11,7 @@
#ifndef _BOOTSTAGE_H
#define _BOOTSTAGE_H
-/* The number of boot stage records available for the user */
+/* Define this for host tools */
#ifndef CONFIG_BOOTSTAGE_USER_COUNT
#define CONFIG_BOOTSTAGE_USER_COUNT 20
#endif