rk3288_spi: Add SPI driver

This commit is contained in:
Vladimir Serbinenko 2017-05-09 08:42:14 +02:00 committed by Vincent Batts
parent eaa55f4a23
commit aad5863e98
4 changed files with 108 additions and 2 deletions

View file

@ -163,6 +163,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;