
From: festevam@gmail.com Date: Tue, 19 Jul 2016 14:51:11 -0300 Subject: Re: [U-Boot] [v2 1/1] wandboard: fix dtb file names. To: trini@konsulko.com CC: Adamduskett@outlook.com; u-boot@lists.denx.de
On Tue, Jul 19, 2016 at 2:43 PM, Tom Rini trini@konsulko.com wrote:
But this does show that we need to step back and think about how to more easily do what this is trying to do. If $soc was set as in Stefan's patch for example, we would just need board_name to be being set in lowercase rather than upper case.
This patch says in the subject: "fix dtb file names" and it gives no indication of what is really wrong with the current code. What is it fixing? The original patch that I submitted just changed the dts files to the new namingscheme found in 4.1.15. Once I submitted that, (as you can see in the commit message provided) Woflgang suggested changing it to some basic logic. If I understand this correctly the goal of this patch is to make it work with a 4.1.15 kernel vendor dts naming scheme.
My suggestion is to change the kernel vendor dts name to the same used in mainline and then it will just work with the current U-boot code.
That was the first version of the patch I submitted. Again; Wolfgang suggested changingit to a logic based function. Would you like me to just change the names statically? Or would you like me to set the string dynamically?