[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

[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