Browse Source

rockchip: Enable generation of SPI images

This feature was dropped at some point. Restore it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Simon Glass 9 years ago
parent
commit
9b03701a10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/Makefile

+ 1 - 1
tools/Makefile

@@ -64,7 +64,7 @@ RSA_OBJS-$(CONFIG_FIT_SIGNATURE) := $(addprefix lib/rsa/, \
 					rsa-sign.o rsa-verify.o rsa-checksum.o \
 					rsa-sign.o rsa-verify.o rsa-checksum.o \
 					rsa-mod-exp.o)
 					rsa-mod-exp.o)
 
 
-ROCKCHIP_OBS = lib/rc4.o rkcommon.o rkimage.o rksd.o
+ROCKCHIP_OBS = lib/rc4.o rkcommon.o rkimage.o rksd.o rkspi.o
 
 
 # common objs for dumpimage and mkimage
 # common objs for dumpimage and mkimage
 dumpimage-mkimage-objs := aisimage.o \
 dumpimage-mkimage-objs := aisimage.o \