commit | dc4a1a2729f9ccaa473cf017c8bd4be4f242cafe | [log] [tgz] |
---|---|---|
author | Mike Looijmans <mike.looijmans@topic.nl> | Thu Mar 06 14:43:36 2014 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Wed May 14 07:43:34 2014 +0200 |
tree | 31eabd9361d8026b447921e96905ab3160cb9e79 | |
parent | 2da7a745b6d24eec7be30e7d11ca456d445e30c3 [diff] |
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>