Re: [PATCH 3/4] cmd: dtimg: Make an optional argument

2019-12-04 Thread Sam Protsenko
Hi, On Fri, Nov 29, 2019 at 9:30 PM Eugeniu Rosca wrote: > > Unlike dtimg, U-Boot commands like part [1], fstype [2] and uuid [3] > accept an _optional_ parameter, which means that they will > output the result to console whenever is skipped. This is > extremely useful during development. > > A

[U-Boot] [PATCH 3/4] cmd: dtimg: Make an optional argument

2019-11-29 Thread Eugeniu Rosca
Unlike dtimg, U-Boot commands like part [1], fstype [2] and uuid [3] accept an _optional_ parameter, which means that they will output the result to console whenever is skipped. This is extremely useful during development. Allow "dtimg" to behave in a similar fashion [4]. In addition: - replace