commit | 27f05ac1a2e15ba4789a6ed25aeb79262662c83c | [log] [tgz] |
---|---|---|
author | Ley Foon Tan <ley.foon.tan@intel.com> | Thu Jul 12 19:13:34 2018 +0800 |
committer | Marek Vasut <marex@denx.de> | Thu Jul 12 16:03:35 2018 +0200 |
tree | 2f780119521b5d46658488e3784ecbd2eb16cd0f | |
parent | ad259df54a7b76acccbbdfe19ec400fbf29809fd [diff] |
arm: socfpga: Fix: Compile MCR instruction on ARM 32-bit only MCR instruction only available in ARM 32-bit. So, compile MCR instruction when ARM 32-bit is enabled. Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>