]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
openrisc: specify a memory region for u_boot_lists
authorStefan Kristiansson <stefan.kristiansson@saunalahti.fi>
Wed, 1 May 2013 09:32:45 +0000 (09:32 +0000)
committerTom Rini <trini@ti.com>
Fri, 10 May 2013 12:16:33 +0000 (08:16 -0400)
Since there are two memory areas defined, vectors and ram,
the linker will error when neither of them are specified for a
section.

Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
board/openrisc/openrisc-generic/u-boot.lds

index 9024f30b30f605fa14abfae72ba630cadd371e28..d9bb7b7f877fe61f0cbb63f6c67f9a3eee50baab 100644 (file)
@@ -30,7 +30,7 @@ SECTIONS
         . = ALIGN(4);
         .u_boot_list : {
                KEEP(*(SORT(.u_boot_list*)));
-        }
+        } > ram
 
        .rodata : {
                *(.rodata);