hardkernel / u-boot

u-boot for odroid
179 stars 175 forks source link

Fix gcc 10 builds by removing redunant yylloc definition #64

Open davidgfnet opened 3 years ago

davidgfnet commented 3 years ago

Gcc 10 builds fail since fno-common behaviour changed, upstream commit (018921) does something similar to this.

glebm commented 3 years ago

I think that it's OK to simply remove these lines. This is what upstream does. I've sent https://github.com/hardkernel/u-boot/pull/65