binman: Drop unnecessary 'type' property in tests
A few tests declare a type when this can be inferred from the node name. Drop these lines, since it might cause confusion. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
		
							parent
							
								
									d26efc89b1
								
							
						
					
					
						commit
						30e1b0944f
					
				| 
						 | 
					@ -21,7 +21,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		section {
 | 
							section {
 | 
				
			||||||
			u-boot-tpl {
 | 
								u-boot-tpl {
 | 
				
			||||||
				type = "u-boot-tpl";
 | 
					 | 
				
			||||||
			};
 | 
								};
 | 
				
			||||||
		};
 | 
							};
 | 
				
			||||||
	};
 | 
						};
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -24,7 +24,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		section {
 | 
							section {
 | 
				
			||||||
			u-boot-tpl {
 | 
								u-boot-tpl {
 | 
				
			||||||
				type = "u-boot-tpl";
 | 
					 | 
				
			||||||
			};
 | 
								};
 | 
				
			||||||
		};
 | 
							};
 | 
				
			||||||
	};
 | 
						};
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue