mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	Replace it by including of mvebu-u-boot.dtsi file. When board does not use -u-boot.dtsi then mvebu-u-boot.dtsi is included automatically by makefile scripts/Makefile.lib. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de> Tested-by: Stefan Roese <sr@denx.de>
		
			
				
	
	
		
			15 lines
		
	
	
		
			310 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			310 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
 | 
						|
 | 
						|
&nand_controller {
 | 
						|
	compatible="marvell,armada370-nand-controller";
 | 
						|
	status = "okay";
 | 
						|
	label = "pxa3xx_nand-0";
 | 
						|
	nand-rb = <0>;
 | 
						|
	marvell,nand-keep-config;
 | 
						|
	nand-on-flash-bbt;
 | 
						|
	nand-ecc-strength = <4>;
 | 
						|
	nand-ecc-step-size = <512>;
 | 
						|
};
 | 
						|
 | 
						|
#include "mvebu-u-boot.dtsi"
 |