[U-Boot] [PATCH 01/15] sandbox: Unprotect DATA regions in bus tests
Alexander Graf
agraf at suse.de
Mon Sep 24 06:34:35 UTC 2018
On 24.09.18 00:47, Simon Glass wrote:
> On my Ubuntu 18.04.1 machine two driver-model bus tests have started
> failing recently. The problem appears to be that the DATA region of the
Are you sure it's .data and not .rodata?
The linker script should really put all those lists into its own
section, so I'm not sure how you end up with them getting write
protected. Can you please run
$ objdump -h u-boot
on your broken binary? Also do
$ nm u-boot | grep .u_boot_list
so we can correlate whether the symbols ended up in the correct section.
Thanks,
Alex
More information about the U-Boot
mailing list