]> git.pld-linux.org Git - packages/uboot.git/blame - hardkernel-uboot-x86_64_bin.patch
up to 2022.04
[packages/uboot.git] / hardkernel-uboot-x86_64_bin.patch
CommitLineData
b481b637
JP
1--- hardkernel-uboot-odroid/fip/Makefile.orig 2021-11-21 17:41:53.590511510 +0100
2+++ hardkernel-uboot-odroid/fip/Makefile 2021-11-22 11:19:57.287486043 +0100
3@@ -67,7 +67,7 @@
4 endef
5
6 define encrypt_step
7- $(Q)$(buildsrc)/fip/$(SOC)/aml_encrypt_$(SOC) $1
8+ $(Q)$(X86_64_STATIC_WRAPPER) $(buildsrc)/fip/$(SOC)/aml_encrypt_$(SOC) $1
9 endef
10
11 FIP_ARGS := --bl30 $(buildtree)/fip/bl30_new.bin \
12--- hardkernel-uboot-odroid/fip/Makefile.orig 2021-03-29 03:39:35.000000000 +0200
13+++ hardkernel-uboot-odroid/fip/Makefile 2021-11-21 17:27:36.244548072 +0100
14@@ -97,8 +97,8 @@
15 $(eval FIP_BL32_PROCESS := --bl32 $(buildsrc)/fip/$(SOC)/bl32.$(BL3X_SUFFIX).enc)
16 endif
17 endif
18- $(Q)$(buildsrc)/fip/fip_create $(FIP_ARGS) $@
19- $(Q)$(buildsrc)/fip/fip_create --dump $@
20+ $(Q)$(X86_64_DYNAMIC_WRAPPER) $(buildsrc)/fip/fip_create $(FIP_ARGS) $@
21+ $(Q)$(X86_64_DYNAMIC_WRAPPER) $(buildsrc)/fip/fip_create --dump $@
22
23 # build final bootloader
24 $(Q)cat $(buildtree)/fip/bl2_new.bin $(buildtree)/fip/fip.bin > $(buildtree)/fip/boot_new.bin
This page took 0.216499 seconds and 4 git commands to generate.