Re: [U-Boot] [PATCH] exynos: allow SPL to build in thumb mode

2019-01-03 Thread Siarhei Siamashka
On Wed, 2 Jan 2019 14:31:41 +0100 Guillaume GARDET wrote: > 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

Re: [U-Boot] [PATCH] exynos: allow SPL to build in thumb mode

2019-01-03 Thread Minkyu Kang
On 02/01/19 22:31, Guillaume GARDET wrote: > 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 e

[U-Boot] [PATCH] exynos: allow SPL to build in thumb mode

2019-01-02 Thread Guillaume GARDET
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 Cc: Alber