1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

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>
This commit is contained in:
Walter Lozano
2020-06-25 01:10:12 -03:00
committed by Simon Glass
parent fed0f891c6
commit df29730410

View File

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