From 43afe67390697041d1d16d4e5c934d2bfa831399 Mon Sep 17 00:00:00 2001 From: Alexander Aring Date: Tue, 15 Jan 2013 14:48:48 +0100 Subject: barebox-data: add barebox-data sections Add barebox-data section in arm branch to get complete barebox regions in sdram regions tree. Signed-off-by: Alexander Aring Signed-off-by: Sascha Hauer --- arch/nios2/cpu/barebox.lds.S | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/nios2') diff --git a/arch/nios2/cpu/barebox.lds.S b/arch/nios2/cpu/barebox.lds.S index af7be4de3c..943c507531 100644 --- a/arch/nios2/cpu/barebox.lds.S +++ b/arch/nios2/cpu/barebox.lds.S @@ -74,6 +74,7 @@ SECTIONS * adjacent to simplify the startup code -- and provide * the global pointer for gp-relative access. */ + _sdata = .; _data = .; .data : { -- cgit v1.2.3