Re: [U-Boot] [PATCH v2 09/16] dtoc: Make is_phandle() a member function

2017-09-15 Thread sjg
This function will need to have access to class members once we enhance it to support multiple phandle values. In preparation for that, move it into the class. Signed-off-by: Simon Glass --- Changes in v2: None tools/dtoc/dtb_platdata.py | 36

[U-Boot] [PATCH v2 09/16] dtoc: Make is_phandle() a member function

2017-08-29 Thread Simon Glass
This function will need to have access to class members once we enhance it to support multiple phandle values. In preparation for that, move it into the class. Signed-off-by: Simon Glass --- Changes in v2: None tools/dtoc/dtb_platdata.py | 36