summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2014-04-04 11:29:29 +0200
committerStefano Babic <sbabic@denx.de>2014-04-04 11:29:29 +0200
commit5dd73bc0a40a4b318195eab871a1f535aad6b43b (patch)
tree9371bfb9cb246474a2eb939cbd3d2a7b3972fa63 /Makefile
parentfa9c02163247369aeb7c5dd02927547c8a5be8ef (diff)
downloadtalos-obmc-uboot-5dd73bc0a40a4b318195eab871a1f535aad6b43b.tar.gz
talos-obmc-uboot-5dd73bc0a40a4b318195eab871a1f535aad6b43b.zip
Revert "arm: mxs: Add support for generating signed BootStream"
This reverts commit 53e6b14e037c9f72e6d03244c32d8d597e2e0234. Patch does not merge anymore with u-boot-arm and must be rebased. Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4df6118764..0f7cabb07c 100644
--- a/Makefile
+++ b/Makefile
@@ -856,8 +856,6 @@ OBJCOPYFLAGS_u-boot.ais = -I binary -O binary --pad-to=$(CONFIG_SPL_MAX_SIZE)
u-boot.ais: spl/u-boot-spl.ais u-boot.img FORCE
$(call if_changed,pad_cat)
-u-boot-signed.sb: u-boot.bin spl/u-boot-spl.bin
- $(Q)$(MAKE) $(build)=arch/arm/cpu/arm926ejs/mxs $(objtree)/u-boot-signed.sb
u-boot.sb: u-boot.bin spl/u-boot-spl.bin
$(Q)$(MAKE) $(build)=arch/arm/cpu/arm926ejs/mxs $(objtree)/u-boot.sb
OpenPOWER on IntegriCloud