Re: [U-Boot] [PATCH] image-fit: Change FIT prefix for configurations

2016-04-01 Thread Tom Rini
On Thu, Mar 17, 2016 at 02:05:59PM +, Sáreník Ján wrote: > Instead of `bootm ${loadaddr}#conf@1` > one uses `bootm ${loadaddr}_conf@1` > > This fixes the bug with using just `bootm #conf@2` > without $loadaddr where text starting with # is > interpreted as a comment. [snip] > diff --git a/d

[U-Boot] [PATCH] image-fit: Change FIT prefix for configurations

2016-03-19 Thread Sáreník Ján
Instead of `bootm ${loadaddr}#conf@1` one uses `bootm ${loadaddr}_conf@1` This fixes the bug with using just `bootm #conf@2` without $loadaddr where text starting with # is interpreted as a comment. --- cmd/bootm.c | 2 +- common/image-fit.c

[U-Boot] [PATCH] image-fit: Change FIT prefix for configurations

2016-03-18 Thread Sáreník Ján
Instead of `bootm ${loadaddr}#conf@1` one uses `bootm ${loadaddr}_conf@1` This fixes the bug with using just `bootm #conf@2` without $loadaddr where text starting with # is interpreted as a comment. --- cmd/bootm.c | 2 +- common/image-fit.c