diff options
author | Pali Rohár <pali@kernel.org> | 2021-10-27 20:57:01 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2021-11-03 06:45:27 +0100 |
commit | 558176dcb14d589b5854bea0988301e27b60091d (patch) | |
tree | fec67dbeca2601a69e30332161034b6b18292a8a /drivers/ddr | |
parent | 56452295c315397255d05e91940976f68c247d4a (diff) |
tools: kwboot: Replace ARM mov + movt instruction pair by mov + orr
Older Armada SoCs have custom ARMv5te compatible core which does not
support movt instruction. So replace mov + movt instruction pair used for
immediate move construction by mov + orr instructions which are supported
also by ARMv5te.
After this change kwboot ARM code should be compatible with any 32-bit ARM
core compatible by ARMv2 or new. At least GNU AS does not throw any error
or warning.
Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'drivers/ddr')
0 files changed, 0 insertions, 0 deletions