coreboot-kgpe-d16/src/soc/intel/quark
Paul Menzel 11015342b4 soc/intel/quark/spi: Correct conversion specifier
Use the correct conversion specifier for `size_t` to fix the error
below.

```
from src/soc/intel/quark/spi.c:18:
src/soc/intel/quark/spi.c: In function 'xfer':
src/soc/intel/quark/spi.c:107:20: error: format '%ld' expects argument \
   of type 'long int', but argument 3 has type 'unsigned int' \
   [-Werror=format=]
   printk(BIOS_ERR, "bytesin > %ld\n", sizeof(ctrlr->data));
                    ^
```

Found-by: gcc (Debian 7.2.0-8) 7.2.0
Change-Id: I3974d116e85715086a2bd5533a80a20c4cc43303
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: https://review.coreboot.org/22130
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Martin Roth <martinroth@google.com>
2017-11-03 15:22:06 +00:00
..
bootblock
include/soc Rename __attribute__((packed)) --> __packed 2017-07-13 19:45:59 +00:00
romstage soc/intel/quark: Add SD/MMC test support 2017-05-08 19:13:35 +02:00
acpi.c
chip.c
chip.h
ehci.c
fsp1_1.c soc/intel/quark: Pass S3 wake status to fsp_silicon_init 2017-03-14 23:54:54 +01:00
fsp2_0.c
gpio_i2c.c include/device: Split i2c.h into three 2017-08-18 15:33:29 +00:00
i2c.c include/device: Split i2c.h into three 2017-08-18 15:33:29 +00:00
Kconfig soc/intel/quark: Add I2C debugging 2017-07-03 23:30:50 +00:00
lpc.c
Makefile.inc soc/intel/quark: Add legacy SPI flash controller driver 2017-06-20 18:11:07 +02:00
memmap.c soc/intel/quark: Return NULL for top_of_memory 2017-03-14 23:54:11 +01:00
northcluster.c
reg_access.c soc/intel/quark: Move include of reg_access.h 2017-04-19 20:54:06 +02:00
reset.c
sd.c commonlib: Move drivers/storage into commonlib/storage 2017-05-12 18:20:33 +02:00
spi.c soc/intel/quark/spi: Correct conversion specifier 2017-11-03 15:22:06 +00:00
spi_debug.c soc/intel/quark: Add legacy SPI flash controller driver 2017-06-20 18:11:07 +02:00
storage_test.c commonlib: Move drivers/storage into commonlib/storage 2017-05-12 18:20:33 +02:00
tsc_freq.c
uart.c
uart_common.c