[PATCH v7 0/4] arm: Fix DEBUG_LL for multi-platform kernels (without PL01X)
From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-06-30 13:20:59
Also in:
lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-06-30 13:20:59
Also in:
lkml
On Monday 30 June 2014 12:30:51 Daniel Thompson wrote:
This patchset removes some single-platform compatibility tricks related to DEBUG_LL and, as a result, allows multi_v7_defconfig derived builds to enable DEBUG_LL. Currently the user selected kbuild setting is ignored and the PL01X's DEBUG_LL stub is silently selected instead. This is a pain if your hardware doesn't have this cell, not least because it takes a little time to figure out that kbuild built the wrong code.
Looks fine to me. Acked-by: Arnd Bergmann <arnd@arndb.de>