]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/blackfin/lib/sections.c
Merge branch 'karo-tx-uboot' into kc-merge
[karo-tx-uboot.git] / arch / blackfin / lib / sections.c
1 /*
2  * U-boot - section.c
3  *
4  * Copyright (c) 2014 Analog Devices Inc.
5  *
6  * Licensed under the GPL-2 or later.
7  */
8
9 char __bss_start[0] __attribute__((section(".__bss_start")));
10 char __bss_end[0] __attribute__((section(".__bss_end")));
11 char __init_end[0] __attribute__((section(".__init_end")));