[PATCH 6/7] arm64: explicitly pass --no-fix-cortex-a53-843419 to GNU gold
From: samitolvanen@google.com (Sami Tolvanen)
Date: 2017-11-30 17:50:27
Also in:
linux-kbuild, lkml
From: samitolvanen@google.com (Sami Tolvanen)
Date: 2017-11-30 17:50:27
Also in:
linux-kbuild, lkml
On Wed, Nov 29, 2017 at 04:30:33PM -0800, Nick Desaulniers wrote:
Rather than: if CONFIG_ARM64_ERRATUM_843419 == y: ... if CONFIG_ARM64_ERRATUM_843419 == '': ... could this be: if CONFIG_ARM64_ERRATUM_843419 == y: ... else ... ?
Sure. I'll clean this up in v2. Sami