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
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
2 matches
Mail list logo