]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: zynq: Fix bootmode mask
authorMike Looijmans <mike.looijmans@topic.nl>
Thu, 6 Mar 2014 13:43:36 +0000 (14:43 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 14 May 2014 05:43:34 +0000 (07:43 +0200)
commitdc4a1a2729f9ccaa473cf017c8bd4be4f242cafe
tree31eabd9361d8026b447921e96905ab3160cb9e79
parent2da7a745b6d24eec7be30e7d11ca456d445e30c3
ARM: zynq: Fix bootmode mask

Bootmode mask was defined as 0x0F, but documentation mentions 0x07.
Experiments show that bit "3" is the JTAG chain configuration.
Change the mask to "7" to allow systems with a different chain
configuration to boot correctly.

Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
Acked-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/include/asm/arch-zynq/hardware.h