commit | bd08ce8f5e2bedd5e2ba51891bba09dc10760004 | [log] [tgz] |
---|---|---|
author | Tien Fong Chee <tien.fong.chee@intel.com> | Mon Sep 25 16:40:01 2017 +0800 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Sun Nov 26 02:34:10 2017 +0100 |
tree | 050607fdcacb8ebb991ddd4c6486685ef12b4999 | |
parent | 772f8765d71a1929111288a2ed9b5577740b1538 [diff] |
arm: socfpga: Enhance FPGA program write rbf data with size >= 4 bytes Existing FPGA program write is always assume RBF data >= 32 bytes, so any rbf data less than 32 bytes writing to FPGA would be failed. This patch enhances the FPGA program write to support rbf data with size >= 4 bytes. Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>