summaryrefslogtreecommitdiffstats
path: root/scripts/mksysmap
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mksysmap')
-rw-r--r--scripts/mksysmap4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mksysmap b/scripts/mksysmap
index 67f0947021..bacef6a4bb 100644
--- a/scripts/mksysmap
+++ b/scripts/mksysmap
@@ -1,10 +1,10 @@
#!/bin/sh -x
-# Based on the uboot file create the System.map file
+# Based on the barebox file create the System.map file
# System.map is used by module-init tools and some debugging
# tools to retrieve the actual addresses of symbols in the kernel.
#
# Usage
-# mksysmap uboot System.map
+# mksysmap barebox System.map
#####