rk3288_spi: Add SPI driver

This commit is contained in:
Vladimir Serbinenko 2017-05-09 08:42:14 +02:00
parent c4313c812d
commit b0b1b81a11
4 changed files with 108 additions and 2 deletions

View file

@ -162,6 +162,7 @@ kernel = {
arm_coreboot = bus/fdt.c;
arm_coreboot = term/ps2.c;
arm_coreboot = term/arm/pl050.c;
arm_coreboot = bus/spi/rk3288_spi.c;
arm_coreboot = commands/keylayouts.c;
arm_coreboot = kern/arm/coreboot/dma.c;