mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-01 00:58:39 +02:00 
			
		
		
		
	 c273a2bd8a
			
		
	
	
		c273a2bd8a
		
	
	
	
	
		
			
			In the implementation of kexec_file_loaded-based kdump for arm64, fdt_appendprop_addrrange() will be needed. So include fdt_addresses.c in making libfdt. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Cc: Rob Herring <robh+dt@kernel.org> Cc: Frank Rowand <frowand.list@gmail.com> Signed-off-by: Will Deacon <will@kernel.org>
		
			
				
	
	
		
			2 lines
		
	
	
	
		
			79 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
	
		
			79 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include <linux/libfdt_env.h>
 | |
| #include "../scripts/dtc/libfdt/fdt_addresses.c"
 |