qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH for-1.5 v3 08/15] xilinx_spips: Implement automa


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH for-1.5 v3 08/15] xilinx_spips: Implement automatic CS
Date: Mon, 29 Apr 2013 13:14:13 +0100

On 22 April 2013 06:16,  <address@hidden> wrote:
> From: Peter Crosthwaite <address@hidden>
>
> Implement the automatic CS control feature. If the MANUAL_CS bit is
> cleared then the chip select stay de-asserted as long as the tx FIFO
> is empty.
>
> Signed-off-by: Peter Crosthwaite <address@hidden>
> Reviewed-by: Peter Maydell <address@hidden>

Doesn't compile:

hw/ssi/xilinx_spips.c: In function ‘xilinx_spips_update_cs_lines’:
hw/ssi/xilinx_spips.c:215:17: error: implicit declaration of function
‘DB_PRINT_L’ [-Werror=implicit-function-declaration]
hw/ssi/xilinx_spips.c:215:17: error: nested extern declaration of
‘DB_PRINT_L’ [-Werror=nested-externs]
cc1: all warnings being treated as errors

(you don't introduce that macro until later).

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]