]> Git Repo - u-boot.git/commit
exynos: allow SPL to build in thumb mode
authorGuillaume GARDET <[email protected]>
Wed, 2 Jan 2019 13:31:41 +0000 (14:31 +0100)
committerMinkyu Kang <[email protected]>
Thu, 3 Jan 2019 00:37:18 +0000 (09:37 +0900)
commit2a195703d6e62172e532ffae05a79e9d12f602bc
tree64f911bf99868b73465c370f8a335c04c57c2dfa
parentc96d90367a6a229210b8b16681cfe9e5c8aeced1
exynos: allow SPL to build in thumb mode

Building peach-pi smdk5420 and peach-pit with thumb mode for SPL
ends-up in the following error:

Error: Thumb encoding does not support an immediate here -- `msr cpsr_c,#0x13|0xC0'

Use an intermediate register to be able to use thumb for exynos5 SPL.

Signed-off-by: Guillaume GARDET <[email protected]>
Cc: Albert Aribaud <[email protected]>
Cc: Minkyu Kang <[email protected]>
Cc: Tom Rini <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
arch/arm/mach-exynos/include/mach/system.h
This page took 0.035054 seconds and 4 git commands to generate.