summaryrefslogtreecommitdiffstats
path: root/include/systemace.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-09-08 18:05:26 +0900
committerMichal Simek <michal.simek@xilinx.com>2014-09-10 10:26:58 +0200
commit1a7ae2585410cdd6d88713bcd941463370aacd2e (patch)
treea7f2182daf3f66a9fbacc50fc02af259409ce5e3 /include/systemace.h
parentc6fcb603a2b92978a9cc0ecd654091eaddfeefd3 (diff)
downloadtalos-obmc-uboot-1a7ae2585410cdd6d88713bcd941463370aacd2e.tar.gz
talos-obmc-uboot-1a7ae2585410cdd6d88713bcd941463370aacd2e.zip
microblaze: remove #ident directive to fix build error
The microblaze-generic board fails to build at least with the kernel.org crosstool: https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.9.0/ x86_64-gcc-4.9.0-nolibc_microblaze-linux.tar.xz $ make CROSS_COMPILE=microblaze-linux- microblaze-generic_defconfig all [ snip ] CC disk/part.o CC disk/part_dos.o LD disk/built-in.o CC drivers/block/systemace.o {standard input}: Assembler messages: {standard input}:2495: Error: operation combines symbols in different segments {standard input}:2496: Error: operation combines symbols in different segments {standard input}:2499: Error: operation combines symbols in different segments {standard input}:2500: Error: operation combines symbols in different segments {standard input}:2505: Error: operation combines symbols in different segments {standard input}:2506: Error: operation combines symbols in different segments {standard input}:2515: Error: operation combines symbols in different segments {standard input}:2516: Error: operation combines symbols in different segments {standard input}:2519: Error: operation combines symbols in different segments {standard input}:2520: Error: operation combines symbols in different segments {standard input}:2529: Error: operation combines symbols in different segments {standard input}:2530: Error: operation combines symbols in different segments {standard input}:2533: Error: operation combines symbols in different segments {standard input}:2534: Error: operation combines symbols in different segments {standard input}:2539: Error: operation combines symbols in different segments {standard input}:2540: Error: operation combines symbols in different segments {standard input}:2549: Error: operation combines symbols in different segments {standard input}:2550: Error: operation combines symbols in different segments make[3]: *** [drivers/block/systemace.o] Error 1 make[2]: *** [drivers/block] Error 2 make[1]: *** [drivers] Error 2 make: *** [__build_one_by_one] Error 2 It looks like the cause of this error message is the "#ident" directive. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/systemace.h')
-rw-r--r--include/systemace.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/systemace.h b/include/systemace.h
index 73affc42be..3f342d565c 100644
--- a/include/systemace.h
+++ b/include/systemace.h
@@ -6,7 +6,6 @@
*
* SPDX-License-Identifier: GPL-2.0+
*/
-#ident "$Id:$"
#ifdef CONFIG_SYSTEMACE
OpenPOWER on IntegriCloud