summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorXiaobo Gu <xiaobo.gu@amlogic.com>2015-09-24 11:24:32 +0800
committerXiaobo Gu <xiaobo.gu@amlogic.com>2015-09-24 11:31:42 +0800
commitaa7de1669e7fb71ee806c4dfff99fbb1579bfd70 (patch)
treeab2e31bcbf1a5562da9b3b85c070f0edcae5d5b5 /Makefile
parentfb4efa69d76f9c70224bbc8e2005ba1feca0a769 (diff)
downloadu-boot-odroid-c1-aa7de1669e7fb71ee806c4dfff99fbb1579bfd70.tar.gz
Update python acs_tool compile setting
a). Add python symbol for different compile environment. Change-Id: Idc505dbabbea07ac83459852b51fed48d0412ba3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3352fc64ed..929e41f31d 100644
--- a/Makefile
+++ b/Makefile
@@ -888,7 +888,7 @@ acs.bin: tools prepare u-boot.bin
.PHONY : boot.bin
boot.bin: fip.bin
- $(Q)$(FIP_FOLDER)/acs_tool.pyc $(FIP_FOLDER)/bl2.bin $(FIP_FOLDER)/bl2_acs.bin $(FIP_FOLDER)/acs.bin 0
+ $(Q)python $(FIP_FOLDER)/acs_tool.pyc $(FIP_FOLDER)/bl2.bin $(FIP_FOLDER)/bl2_acs.bin $(FIP_FOLDER)/acs.bin 0
$(Q)$(FIP_FOLDER)/bl2_fix.sh $(FIP_FOLDER)/bl2_acs.bin $(FIP_FOLDER)/zero_tmp $(FIP_FOLDER)/bl2_new.bin
$(Q)cat $(FIP_FOLDER)/bl2_new.bin $(FIP_FOLDER)/fip.bin > $(FIP_FOLDER)/boot_new.bin
$(Q)$(FIP_FOLDER)/aml_encrypt_$(SOC) --bootsig --input $(FIP_FOLDER)/boot_new.bin --output $(FIP_FOLDER)/u-boot.bin