blob: 86fc4df061815eb017db195bace6c5d7faf3a1b8 [file] [log] [blame]
Sonic Zhangc49eabe2014-07-17 19:00:29 +08001/*
Bin Menga1875592016-02-05 19:30:11 -08002 * U-Boot - section.c
Sonic Zhangc49eabe2014-07-17 19:00:29 +08003 *
4 * Copyright (c) 2014 Analog Devices Inc.
5 *
6 * Licensed under the GPL-2 or later.
7 */
8
9char __bss_start[0] __attribute__((section(".__bss_start")));
10char __bss_end[0] __attribute__((section(".__bss_end")));
11char __init_end[0] __attribute__((section(".__init_end")));