common: spl: move armv7m-specific code to spl_perform_fixups()
authorOvidiu Panait <ovidiu.panait@windriver.com>
Sat, 1 Jan 2022 17:13:25 +0000 (19:13 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 18 Jan 2022 13:31:02 +0000 (08:31 -0500)
commit027b0e9c165d33da1bd7458363a3d57fdadee662
tree1c8576a58e2cb0fb552dca9710e6c5183f9c06c4
parentea9733ac4c268cc862ec1e414f066f192348ef5a
common: spl: move armv7m-specific code to spl_perform_fixups()

Factor out armv7m fragment to spl_perform_fixups(), which is an arch/board
specific function designed for this purpose.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
arch/arm/cpu/armv7m/cpu.c
common/spl/spl.c