svn commit: r298136 - head/sys/dev/flash

Adrian Chadd adrian at freebsd.org
Sun Apr 17 15:51:35 UTC 2016


Fixed, thanks! Sorry, this is some in-progress SPI work..

-a


On 17 April 2016 at 05:33, Bjoern A. Zeeb
<bzeeb-lists at lists.zabbadoz.net> wrote:
> On Sun, 17 Apr 2016, Adrian Chadd wrote:
>
>> Author: adrian
>> Date: Sun Apr 17 02:05:45 2016
>> New Revision: 298136
>> URL: https://svnweb.freebsd.org/changeset/base/298136
>>
>> Log:
>>  Only compile the FDT bits when we are using FDT.
>>
>> Modified:
>>  head/sys/dev/flash/at45d.c
>>  head/sys/dev/flash/mx25l.c
>
>
> The at45d bits don't compile and not sure if they should have been in
> this commit?
>
>>>> Kernel build for ATMEL started on Sun Apr 17 11:38:10 UTC 2016
>
>
> /scratch/tmp/bz/head.svn/sys/dev/flash/at45d.c:124:27: error: use of
> undeclared identifier 'SPI_COMMAND_INITIALIZER'
>         struct spi_command cmd = SPI_COMMAND_INITIALIZER;
>                                  ^
> /scratch/tmp/bz/head.svn/sys/dev/flash/at45d.c:144:27: error: use of
> undeclared identifier 'SPI_COMMAND_INITIALIZER'
>         struct spi_command cmd = SPI_COMMAND_INITIALIZER;
>                                  ^
> /scratch/tmp/bz/head.svn/sys/dev/flash/at45d.c:306:27: error: use of
> undeclared identifier 'SPI_COMMAND_INITIALIZER'
>         struct spi_command cmd = SPI_COMMAND_INITIALIZER;
>                                  ^
> 3 errors generated.
> --- at45d.o ---
> *** [at45d.o] Error code 1


More information about the svn-src-all mailing list