On 22 April 2013 06:16, <peter.crosthwa...@xilinx.com> wrote: > From: Peter Crosthwaite <peter.crosthwa...@xilinx.com> > > 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 <peter.crosthwa...@xilinx.com> > Reviewed-by: Peter Maydell <peter.mayd...@linaro.org>
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