On Mon, Aug 20, 2018 at 8:32 PM, Alexander Graf <[email protected]> wrote: > We left -fdata-sections disabled for x86_64 before because we encountered > random bugs that were at that time inexplicable. > > Turns out this really was just side effects of missing .bss* statements > in the linker scripts. With those fixed, we can enable data sections for all > targets. > > Signed-off-by: Alexander Graf <[email protected]> > --- > arch/x86/config.mk | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) >
Reviewed-by: Bin Meng <[email protected]> Tested-by: Bin Meng <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

