[PATCH v1] ARM: tegra: Fix misplaced tegra_uart_config in decompressor

Dmitry Osipenko digetx at gmail.com
Tue Dec 15 10:20:54 EST 2020


15.12.2020 17:28, Linus Walleij пишет:
> On Tue, Dec 15, 2020 at 2:53 PM Dmitry Osipenko <digetx at gmail.com> wrote:
> 
>> The tegra_uart_config of the DEBUG_LL code is now placed right at the
>> start of the .text section after commit which enabled debug output in the
>> decompressor. Tegra devices are not booting anymore if DEBUG_LL is enabled
>> since tegra_uart_config data is executes as a code. Fix the misplaced
>> tegra_uart_config storage by embedding it into the code.
>>
>> Cc: stable at vger.kernel.org
>> Fixes: 2596a72d3384 ("ARM: 9009/1: uncompress: Enable debug in head.S")
>> Signed-off-by: Dmitry Osipenko <digetx at gmail.com>
> 
> Aha I see the problem.
> Reviewed-by: Linus Walleij <linus.walleij at linaro.org>
> 
> Please put this into Russell's patch tracker as a fix!

Thanks, I sent the patch to the tracker.



More information about the linux-arm-kernel mailing list