diff options
author | Kefeng Wang <wangkefeng.wang@huawei.com> | 2022-10-12 11:06:35 +0800 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2022-10-14 13:39:23 -0700 |
commit | 57d849636a04a12713dd3a10a97cb9658ec7edf6 (patch) | |
tree | bf2c154837269a3b9b70b22c510194d83eb981a1 /virt | |
parent | 8c7bc6ca3740959edc6abe5d8214e5c84aa8a853 (diff) | |
download | linux-57d849636a04a12713dd3a10a97cb9658ec7edf6.tar.gz linux-57d849636a04a12713dd3a10a97cb9658ec7edf6.tar.bz2 linux-57d849636a04a12713dd3a10a97cb9658ec7edf6.zip |
clk: at91: fix the build with binutils 2.27
There is an issue when build with older versions of binutils 2.27.0,
arch/arm/mach-at91/pm_suspend.S: Assembler messages:
arch/arm/mach-at91/pm_suspend.S:1086: Error: garbage following instruction -- `ldr tmp1,=0x00020010UL'
Use UL() macro to fix the issue in assembly file.
Fixes: 4fd36e458392 ("ARM: at91: pm: add plla disable/enable support for sam9x60")
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Link: https://lore.kernel.org/r/20221012030635.13140-1-wangkefeng.wang@huawei.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions