]> Git Repo - u-boot.git/commit
ARM: zynq: Fix bootmode mask
authorMike Looijmans <[email protected]>
Thu, 6 Mar 2014 13:43:36 +0000 (14:43 +0100)
committerMichal Simek <[email protected]>
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 <[email protected]>
Acked-by: Siva Durga Prasad Paladugu <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
arch/arm/include/asm/arch-zynq/hardware.h
This page took 0.033772 seconds and 4 git commands to generate.