]> git.pld-linux.org Git - packages/uboot.git/blob - hardkernel-uboot-uboot_payload.patch
Release 3 (by relup.sh)
[packages/uboot.git] / hardkernel-uboot-uboot_payload.patch
1 --- hardkernel-uboot-odroid/fip/Makefile.orig   2021-03-29 03:39:35.000000000 +0200
2 +++ hardkernel-uboot-odroid/fip/Makefile        2021-11-21 17:32:49.696089392 +0100
3 @@ -13,6 +13,7 @@
4  AML_USER_KEY := $(srctree)/$(BOARDDIR)/aml-user-key.sig
5  FIP_BL32_PROCESS =
6  DDR_FW_NAME := aml_ddr.fw
7 +UBOOT_PAYLOAD := $(buildtree)/u-boot.bin
8  
9  ifeq ($(CONFIG_AML_BL33_COMPRESS_ENABLE),y)
10  BL33_COMPRESS_FLAG := --compress lz4
11 @@ -71,7 +72,7 @@
12  
13  FIP_ARGS := --bl30 $(buildtree)/fip/bl30_new.bin \
14         --bl31 $(buildsrc)/fip/$(SOC)/bl31.$(BL3X_SUFFIX) \
15 -       --bl33 $(buildtree)/u-boot.bin
16 +       --bl33 $(UBOOT_PAYLOAD)
17  
18  $(buildtree)/fip/fip.bin: FORCE
19         $(Q)echo Building $@...
20 @@ -122,7 +123,7 @@
21                                 --input $(buildsrc)/fip/$(SOC)/bl32.$(BL3X_SUFFIX) \
22                                 --output $(buildtree)/fip/bl32.$(BL3X_SUFFIX).enc))
23         $(call encrypt_step, --bl3sig --type bl33 $(V3_PROCESS_FLAG) $(BL33_COMPRESS_FLAG) \
24 -                       --input $(buildtree)/u-boot.bin \
25 +                       --input $(UBOOT_PAYLOAD) \
26                         --output $(buildtree)/fip/bl33.bin.enc)
27  endif
28         $(call encrypt_step, --bl2sig \
This page took 0.091465 seconds and 3 git commands to generate.