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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot