aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/lib/sections.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/lib/sections.c')
-rw-r--r--arch/blackfin/lib/sections.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/blackfin/lib/sections.c b/arch/blackfin/lib/sections.c
deleted file mode 100644
index 86fc4df061..0000000000
--- a/arch/blackfin/lib/sections.c
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- * U-Boot - section.c
- *
- * Copyright (c) 2014 Analog Devices Inc.
- *
- * Licensed under the GPL-2 or later.
- */
-
-char __bss_start[0] __attribute__((section(".__bss_start")));
-char __bss_end[0] __attribute__((section(".__bss_end")));
-char __init_end[0] __attribute__((section(".__init_end")));