commit | 490dfd1a08e9c8ed3e266224de13a8a7f1712dab | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Mon Jul 27 22:34:54 2015 +0200 |
committer | Marek Vasut <marex@denx.de> | Sat Aug 08 14:14:04 2015 +0200 |
tree | ea240198443d00cd6814d24a77e2aa7d6ddbf680 | |
parent | 342ced7c9d4a1d9f305cc47126ac5005267c5b43 [diff] |
arm: socfpga: Fix FPGA bitstream programming routine In case the FPGA bitstream is aligned to 4 bytes, skip the part of the assembler which handles unaligned bitstream. Otherwise, that part will loop indefinitelly. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Dinh Nguyen <dinguyen@opensource.altera.com>