summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/zynq/cpu.c
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2015-01-23 09:45:12 +0100
committerMichal Simek <michal.simek@xilinx.com>2015-01-26 08:55:31 +0100
commitc08cfc2d2cf43c443f74549aefd7a7f2ffc3d7de (patch)
tree2fec9bd4072ee64f9238b317d1741b58a4d8c16a /arch/arm/cpu/armv7/zynq/cpu.c
parent92fa7f53f1f3f03296f8ffb14bdf1baefab83368 (diff)
downloadblackbird-obmc-uboot-c08cfc2d2cf43c443f74549aefd7a7f2ffc3d7de.tar.gz
blackbird-obmc-uboot-c08cfc2d2cf43c443f74549aefd7a7f2ffc3d7de.zip
ARM: zynq: Enable the Neon instructions
Added the lowlevel_init to enable the Neon instructions. Initially the u-boot was causing undefined instruction exception if loaded through tcl, and working fine if loaded through FSBL. The exception was causing in convertion formula of given time to ticks. It was because, the Neon instructions were disabled and hence causing the undefined exception. In FSBL case, the FSBL was enabling the Neon instructions. Hence, added the lowlevel_init to enable the Neon instructions. Also enable neon instructions for non-xilinx toolchain. Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com> Acked-by: Radhey Shyam Pandey <radheys@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/cpu/armv7/zynq/cpu.c')
-rw-r--r--arch/arm/cpu/armv7/zynq/cpu.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/cpu/armv7/zynq/cpu.c b/arch/arm/cpu/armv7/zynq/cpu.c
index 816d0c5da7..d1bfec9f71 100644
--- a/arch/arm/cpu/armv7/zynq/cpu.c
+++ b/arch/arm/cpu/armv7/zynq/cpu.c
@@ -10,9 +10,6 @@
#include <asm/arch/sys_proto.h>
#include <asm/arch/hardware.h>
-void lowlevel_init(void)
-{
-}
#define ZYNQ_SILICON_VER_MASK 0xF0000000
#define ZYNQ_SILICON_VER_SHIFT 28
OpenPOWER on IntegriCloud