mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	With the re-sync from Linux 4.18, several entries in da850-evm-u-boot.dtsi are no longer necessary, so this patch removes them. Signed-off-by: Adam Ford <aford173@gmail.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			191 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			191 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-2.0+
 | 
						|
/*
 | 
						|
 * da850-evm U-Boot Additions
 | 
						|
 *
 | 
						|
 * Copyright (C) 2017 Logic PD, Inc.
 | 
						|
 * Copyright (C) Adam Ford
 | 
						|
 */
 | 
						|
 | 
						|
&flash {
 | 
						|
	compatible = "m25p64", "spi-flash";
 | 
						|
};
 |