Skip to content

samsung-crownlte: fix 'ld: read-only segment has dynamic relocations' kernel build error

Przemysław Romanik requested to merge rom4nik/pmaports:crownlte-notext into master

Fixes ld: read-only segment has dynamic relocations kernel build error caused by binutils adding -z text by default.

There's a similar patch for u-boot in pmaports already, but that one changes LDFLAGS_u-boot instead of LDFLAGS_vmlinux.

Merge request reports