[U-Boot] uboot 2014-04 + gcc7+ = crash in net_set_ip_header (ping/tftp)

2019-09-29 Thread Frank Wunderlich
Hi, i'm facing a problem in older uboot-code which may be fixed on newer, but i did not found the fixing commit yet. Maybe you can point me to it. I need to use older code in this case because driver for mt7622 and other is not yet available for upstream uboot. I have temporary changed optimiz

Re: [U-Boot] uboot 2014-04 + gcc7+ = crash in net_set_ip_header (ping/tftp)

2019-09-30 Thread Frank Wunderlich
Hi, it turns out that this optimization-option causes the crash: -fstore-merging so i use now "-Os -fno-store-merging" any idea why this flag causes the crash and how it can be fixed in code instead of compilerflag? regards Frank ___ U-Boot mailing l