]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
rockchip: Enable generation of SPI images
authorSimon Glass <sjg@chromium.org>
Tue, 29 Dec 2015 12:22:43 +0000 (05:22 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 8 Jan 2016 14:59:00 +0000 (07:59 -0700)
This feature was dropped at some point. Restore it.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/Makefile

index 9cfd80b67095d449812d4341446cbf488b93ca0d..d49e40dd56175962cebac31864f57e261ed42bde 100644 (file)
@@ -64,7 +64,7 @@ RSA_OBJS-$(CONFIG_FIT_SIGNATURE) := $(addprefix lib/rsa/, \
                                        rsa-sign.o rsa-verify.o rsa-checksum.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
 dumpimage-mkimage-objs := aisimage.o \