commit | bfa89d2ba8f0a278df6de584dcfbd33814753e33 | [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 | ae27120c31d58b8bb694d9155bcffdcfae8552a6 [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>