From 95f0f821f1f229657cf3f1dada5992f12def12aa Mon Sep 17 00:00:00 2001 From: saarloos <9090-90-90-9090@163.com> Date: Wed, 3 Aug 2022 12:07:24 +0800 Subject: [PATCH] patches: fix patch bug fix patch bug Signed-off-by: saarloos <9090-90-90-9090@163.com> --- patches/arm64/0001-arm64-add-zImage-support-for-arm64.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/arm64/0001-arm64-add-zImage-support-for-arm64.patch b/patches/arm64/0001-arm64-add-zImage-support-for-arm64.patch index 0a820c9f..5a5bc2fd 100644 --- a/patches/arm64/0001-arm64-add-zImage-support-for-arm64.patch +++ b/patches/arm64/0001-arm64-add-zImage-support-for-arm64.patch @@ -15,7 +15,7 @@ Signed-off-by: songzhezhe arch/arm64/boot/compressed/Kconfig | 48 ++ arch/arm64/boot/compressed/Makefile | 121 +++++ arch/arm64/boot/compressed/decompress.c | 55 +++ - arch/arm64/boot/compressed/head.S | 817 +++++++++++++++++++++++++++++++ + arch/arm64/boot/compressed/head.S | 815 +++++++++++++++++++++++++++++++ arch/arm64/boot/compressed/hyp-stub.S | 91 ++++ arch/arm64/boot/compressed/image.h | 69 +++ arch/arm64/boot/compressed/misc.c | 49 ++ @@ -358,10 +358,10 @@ index 000000000000..1d479ca02697 +} diff --git a/arch/arm64/boot/compressed/head.S b/arch/arm64/boot/compressed/head.S new file mode 100644 -index 000000000000..56d0a1ecc0bb +index 000000000..b527c0237 --- /dev/null +++ b/arch/arm64/boot/compressed/head.S -@@ -0,0 +1,817 @@ +@@ -0,0 +1,815 @@ +/* + * linux/arch/arm/boot/compressed/head.S + * -- Gitee