mirror of https://github.com/OpenIPC/firmware.git
				
				
				
			Fix infinity6b0
							parent
							
								
									bc990ef0ef
								
							
						
					
					
						commit
						8d08521f4b
					
				|  | @ -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
 | 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
 | --- 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
 | +++ 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 |  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]')
 | +LD_ADDR = $(shell /bin/bash -c 'printf "0x%08x" $$[$(CONFIG_PHYS_OFFSET) + 0x8000]')
 | ||||||
| +endif
 | +endif
 | ||||||
| +
 | +
 | ||||||
|  | +LOADADDR = ${LD_ADDR}
 | ||||||
|  | +
 | ||||||
| +MKIMAGE_BIN = scripts/mkimage
 | +MKIMAGE_BIN = scripts/mkimage
 | ||||||
| +MZ_BIN = scripts/mz
 | +MZ_BIN = scripts/mz
 | ||||||
| +KERNEL_RELEASE_FILE = include/config/kernel.release
 | +KERNEL_RELEASE_FILE = include/config/kernel.release
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue