Re: [PATCH] fpga: Add flag to indicate SPI bitstream is bit-reversed

From: Anatolij Gustschin
Date: Thu May 18 2017 - 08:09:29 EST


Hi Joshua,

On Wed, 17 May 2017 07:47:42 -0700
joshua.clayton@xxxxxxxxxxx joshua.clayton@xxxxxxxxxxx wrote:
...
>> #define FPGA_MGR_ENCRYPTED_BITSTREAM BIT(2)
>> +#define FPGA_MGR_SPI_BITSTREAM_LSB_FIRST BIT(3)
>My thought here is that FPGA_MGR_BITSTREAM_LSB_FIRST
>is a bit shorter, adequate, and could do if another upload method
>happened to use LSB first organized data.

OK, I'll change and resubmit.

Thanks,

Anatolij