diff --git a/br-ext-chip-sigmastar/board/infinity6b0/kernel/patches/infinity6b0_kernel_4.9.84_sdk-Ispahan-ILS00V020.patch b/br-ext-chip-sigmastar/board/infinity6b0/kernel/patches/infinity6b0_kernel_4.9.84_sdk-Ispahan-ILS00V020.patch index cb1ce543..7a7d303d 100644 --- a/br-ext-chip-sigmastar/board/infinity6b0/kernel/patches/infinity6b0_kernel_4.9.84_sdk-Ispahan-ILS00V020.patch +++ b/br-ext-chip-sigmastar/board/infinity6b0/kernel/patches/infinity6b0_kernel_4.9.84_sdk-Ispahan-ILS00V020.patch @@ -29928,7 +29928,7 @@ diff -urN a/arch/arm/boot/.gitignore b/arch/arm/boot/.gitignore diff -urN a/arch/arm/boot/Makefile b/arch/arm/boot/Makefile --- a/arch/arm/boot/Makefile 2018-02-25 13:05:56.000000000 +0300 +++ b/arch/arm/boot/Makefile 2020-10-22 09:49:24.000000000 +0300 -@@ -13,6 +13,32 @@ +@@ -13,6 +13,34 @@ OBJCOPYFLAGS :=-O binary -R .comment -S @@ -29938,6 +29938,8 @@ diff -urN a/arch/arm/boot/Makefile b/arch/arm/boot/Makefile +LD_ADDR = $(shell /bin/bash -c 'printf "0x%08x" $$[$(CONFIG_PHYS_OFFSET) + 0x8000]') +endif + ++LOADADDR = ${LD_ADDR} ++ +MKIMAGE_BIN = scripts/mkimage +MZ_BIN = scripts/mz +KERNEL_RELEASE_FILE = include/config/kernel.release