diff options
Diffstat (limited to 'board/siemens')
-rw-r--r-- | board/siemens/draco/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/siemens/draco/board.c b/board/siemens/draco/board.c index b512bdbfabf..01fdfb5cb4d 100644 --- a/board/siemens/draco/board.c +++ b/board/siemens/draco/board.c @@ -41,7 +41,7 @@ #include <nand.h> #ifdef CONFIG_SPL_BUILD -static struct draco_baseboard_id __attribute__((section(".data"))) settings; +static struct draco_baseboard_id __section(".data") settings; #if DDR_PLL_FREQ == 303 #if !defined(CONFIG_TARGET_ETAMIN) |