Skip to content
Commit 80cec14a authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] Add -march=all to assembly file build in arch/arm/boot/compressed



This allows assembly files to be crafted to cover all ARM CPU types
rather than erroring out on instructions only in later CPUs.  We
are careful in these files to only execute CPU specific code when
the CPU ID says we can.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent fbd3bdb2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment