[PATCH 7/9] board: ge: bx50v3: reduce magic numbers

2020-12-08 Thread sbabic
> Use VPD product ID instead of confidx, so that we can easily reuse the > product ID defines and avoid some magic numbers. > Signed-off-by: Sebastian Reichel Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

[PATCH 7/9] board: ge: bx50v3: reduce magic numbers

2020-11-04 Thread Sebastian Reichel
Use VPD product ID instead of confidx, so that we can easily reuse the product ID defines and avoid some magic numbers. Signed-off-by: Sebastian Reichel --- board/ge/bx50v3/bx50v3.c | 28 +++- 1 file changed, 7 insertions(+), 21 deletions(-) diff --git