mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 10:26:10 +01:00 
			
		
		
		
	dtoc: add missing code comments
Add missing information about internal class members in order to make the code easier to follow. Signed-off-by: Walter Lozano <walter.lozano@collabora.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
		
				
					committed by
					
						 Simon Glass
						Simon Glass
					
				
			
			
				
	
			
			
			
						parent
						
							e3e2470fdd
						
					
				
				
					commit
					ace16e88d9
				
			| @@ -140,6 +140,9 @@ class DtbPlatdata(object): | |||||||
|         _include_disabled: true to include nodes marked status = "disabled" |         _include_disabled: true to include nodes marked status = "disabled" | ||||||
|         _outfile: The current output file (sys.stdout or a real file) |         _outfile: The current output file (sys.stdout or a real file) | ||||||
|         _lines: Stashed list of output lines for outputting in the future |         _lines: Stashed list of output lines for outputting in the future | ||||||
|  |         _aliases: Dict that hold aliases for compatible strings | ||||||
|  |             key: First compatible string declared in a node | ||||||
|  |             value: List of additional compatible strings declared in a node | ||||||
|     """ |     """ | ||||||
|     def __init__(self, dtb_fname, include_disabled): |     def __init__(self, dtb_fname, include_disabled): | ||||||
|         self._fdt = None |         self._fdt = None | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user