Sonic Zhang | c49eabe | 2014-07-17 19:00:29 +0800 | [diff] [blame] | 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"))); |