diff options
author | Novasys Ingenierie <xilinx@novasys-ingenierie.com> | 2013-11-27 09:03:01 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-02-06 10:08:03 +0100 |
commit | c83a35f65250a8bdb519cb26680437e5c93d133d (patch) | |
tree | 16897cb24add276f1939a6de6283bc11e4de8a0e /board/pandora/pandora.h | |
parent | e141652b9cd0cb4f899f7a0fd71c8a438300e365 (diff) | |
download | u-boot-imx-c83a35f65250a8bdb519cb26680437e5c93d133d.zip u-boot-imx-c83a35f65250a8bdb519cb26680437e5c93d133d.tar.gz u-boot-imx-c83a35f65250a8bdb519cb26680437e5c93d133d.tar.bz2 |
fpga: zynq: Correct fpga load when buf is not aligned
When ARCH_DMA_MINALIGN is greater than header size of the bit file, and buf is
not aligned, new_buf address became greater then buf_start address and the
load_word loop corrupts bit file data.
A work around is to decrease new_buf of ARCH_DMA_MINALIGN, it might corrupt data
before buf but permits to load correctly.
Signed-off-by: Stany MARCEL <smarcel@novasys-ingenierie.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'board/pandora/pandora.h')
0 files changed, 0 insertions, 0 deletions