]> git.sur5r.net Git - u-boot/blob - arch/blackfin/lib/sections.c
nios2: fix cached mode in clearing the BSS
[u-boot] / 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")));