summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-10-07 14:32:08 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2007-10-07 14:32:08 +0200
commit236d55a06a61d8768124809c97fccd432df47260 (patch)
tree204e37a13e81cfcd6cada4e3159d6460ff91735e /include/asm-generic
parent2443c7a6f12bc330fcf88949786703d358f2f771 (diff)
downloadbarebox-236d55a06a61d8768124809c97fccd432df47260.tar.gz
barebox-236d55a06a61d8768124809c97fccd432df47260.tar.xz
__u_boot__symtab -> __usymtab
Diffstat (limited to 'include/asm-generic')
-rw-r--r--include/asm-generic/u-boot.lds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/u-boot.lds.h b/include/asm-generic/u-boot.lds.h
index f01fc84cd3..e24181a5c9 100644
--- a/include/asm-generic/u-boot.lds.h
+++ b/include/asm-generic/u-boot.lds.h
@@ -11,4 +11,4 @@
#define U_BOOT_CMDS *(SORT_BY_NAME(.u_boot_cmd*))
-#define U_BOOT_SYMS *(__u_boot_symtab)
+#define U_BOOT_SYMS *(__usymtab)