瀏覽代碼

sandbox: Move section u_boot_list to make it RW

In order to be able to update data in u_boot_list, move this section to
make it RW.

Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Walter Lozano 3 年之前
父節點
當前提交
df29730410
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/sandbox/cpu/u-boot-spl.lds

+ 1 - 1
arch/sandbox/cpu/u-boot-spl.lds

@@ -20,4 +20,4 @@ SECTIONS
 	__bss_start = .;
 }
 
-INSERT BEFORE .data;
+INSERT AFTER .data;