uboot-kirkwood: build with kirkwood generic subtarget
Fix image build fail by using the generic subtarget. Fixes:cada395a("kirkwood: add generic subtarget") Ref:40e3f660("uboot-fritz4040: build with ipq40xx generic subtarget") Signed-off-by: Kuan-Yi Li <kyli@abysm.org> [ add commit description ] Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
		
				
					committed by
					
						
						Christian Marangi
					
				
			
			
				
	
			
			
			
						parent
						
							c7d3bbb909
						
					
				
				
					commit
					5c85c1f344
				
			@@ -17,6 +17,7 @@ include $(INCLUDE_DIR)/package.mk
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
define U-Boot/Default
 | 
					define U-Boot/Default
 | 
				
			||||||
  BUILD_TARGET:=kirkwood
 | 
					  BUILD_TARGET:=kirkwood
 | 
				
			||||||
 | 
					  BUILD_SUBTARGET:=generic
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
define U-Boot/dockstar
 | 
					define U-Boot/dockstar
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user