diff options
author | Stefano Babic <sbabic@denx.de> | 2014-04-04 09:29:29 (GMT) |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-04-04 09:29:29 (GMT) |
commit | 5dd73bc0a40a4b318195eab871a1f535aad6b43b (patch) | |
tree | 9371bfb9cb246474a2eb939cbd3d2a7b3972fa63 /Makefile | |
parent | fa9c02163247369aeb7c5dd02927547c8a5be8ef (diff) | |
download | u-boot-5dd73bc0a40a4b318195eab871a1f535aad6b43b.tar.xz |
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-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |