File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ impl StandardFdtBuilder {
223223 self . add_property_data ( "data" , & component. data ) ?;
224224
225225 // Add hash nodes to match mkimage standard
226- self . add_hash_nodes ( & component. data ) ?;
226+ // self.add_hash_nodes(&component.data)?;
227227
228228 self . end_node ( ) ?;
229229 Ok ( ( ) )
@@ -269,7 +269,7 @@ impl StandardFdtBuilder {
269269 self . add_property_data ( "data" , & component. data ) ?;
270270
271271 // Add hash nodes to match mkimage standard
272- self . add_hash_nodes ( & component. data ) ?;
272+ // self.add_hash_nodes(&component.data)?;
273273
274274 self . end_node ( ) ?;
275275 Ok ( ( ) )
@@ -297,7 +297,7 @@ impl StandardFdtBuilder {
297297 self . add_property_data ( "data" , & component. data ) ?;
298298
299299 // Add hash nodes to match mkimage standard
300- self . add_hash_nodes ( & component. data ) ?;
300+ // self.add_hash_nodes(&component.data)?;
301301
302302 self . end_node ( ) ?;
303303 Ok ( ( ) )
You can’t perform that action at this time.
0 commit comments