Re: [U-Boot] [PATCH] cmd/fdt: fix uncallable systemsetup command

2016-12-03 Thread Simon Glass
On 27 November 2016 at 10:02, Simon Glass wrote: > On 24 November 2016 at 07:02, Fabien Parent wrote: >> The function that is processing the 'fdt' parameters is one big >> if-else if. In order to be able to type command faster only the first >> few letter are checked to know which block of code t

Re: [U-Boot] [PATCH] cmd/fdt: fix uncallable systemsetup command

2016-11-27 Thread Simon Glass
On 24 November 2016 at 07:02, Fabien Parent wrote: > The function that is processing the 'fdt' parameters is one big > if-else if. In order to be able to type command faster only the first > few letter are checked to know which block of code to execute. For > systemsetup, the block of code that wa

[U-Boot] [PATCH] cmd/fdt: fix uncallable systemsetup command

2016-11-24 Thread Fabien Parent
The function that is processing the 'fdt' parameters is one big if-else if. In order to be able to type command faster only the first few letter are checked to know which block of code to execute. For systemsetup, the block of code that was executed was always the wrong one and ended up in a failur