]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fpga: zynq: Correct fpga load when buf is not aligned
authorNovasys Ingenierie <xilinx@novasys-ingenierie.com>
Wed, 27 Nov 2013 08:03:01 +0000 (09:03 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 6 Feb 2014 09:08:03 +0000 (10:08 +0100)
commitc83a35f65250a8bdb519cb26680437e5c93d133d
tree16897cb24add276f1939a6de6283bc11e4de8a0e
parente141652b9cd0cb4f899f7a0fd71c8a438300e365
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>
drivers/fpga/zynqpl.c