summaryrefslogtreecommitdiffstats
path: root/scripts/mksysmap
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:03 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:03 +0200
commitc44aac9f8c1a528379d48a274ed9f332360c810d (patch)
treee8fb8ed76de202bcbef3bb0aac6e6a46ac06f3e6 /scripts/mksysmap
parent631a95903dab725c1198b8247beb0260eea0ba88 (diff)
downloadbarebox-c44aac9f8c1a528379d48a274ed9f332360c810d.tar.gz
barebox-c44aac9f8c1a528379d48a274ed9f332360c810d.tar.xz
svn_rev_543
linux->uboot
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 4390fab9f5..67f0947021 100644
--- a/scripts/mksysmap
+++ b/scripts/mksysmap
@@ -1,10 +1,10 @@
#!/bin/sh -x
-# Based on the vmlinux file create the System.map file
+# Based on the uboot 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 vmlinux System.map
+# mksysmap uboot System.map
#####