Преглед на файлове

openrisc: specify a memory region for u_boot_lists

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>
Stefan Kristiansson преди 12 години
родител
ревизия
16c5e5b9c4
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      board/openrisc/openrisc-generic/u-boot.lds

+ 1 - 1
board/openrisc/openrisc-generic/u-boot.lds

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