Re: [PATCH 1/8] dtoc: Avoid using subscripts on match objects

2021-07-11 Thread Simon Glass
Hi Simon, On 7/4/21 3:19 PM, Simon Glass wrote: > These are not supported before Python 3.6 so avoid them. > > Signed-off-by: Simon Glass > --- > tools/dtoc/src_scan.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Walter Lozano Thanks! Walter Applied to u-boot-dm,

Re: [PATCH 1/8] dtoc: Avoid using subscripts on match objects

2021-07-05 Thread Walter Lozano
Hi Simon, On 7/4/21 3:19 PM, Simon Glass wrote: These are not supported before Python 3.6 so avoid them. Signed-off-by: Simon Glass --- tools/dtoc/src_scan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Walter Lozano Thanks! Walter diff --git

[PATCH 1/8] dtoc: Avoid using subscripts on match objects

2021-07-04 Thread Simon Glass
These are not supported before Python 3.6 so avoid them. Signed-off-by: Simon Glass --- tools/dtoc/src_scan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dtoc/src_scan.py b/tools/dtoc/src_scan.py index 2db96884c85..1dbb56712a3 100644 --- a/tools/dtoc/src_scan.py