Hi All,
Are "Standalone Applications" supported in the current u-boot (GIT repo)?

I have tried to bootm a Standalone Application image stored in flash and I
get the messages (u-boot then crashes):
    Wrong Image Type for bootm command
    ERROR: can't get kernel image!

In u-boot 1.2.0  file common/cmd_bootm.c there is code to support it:
    case IH_TYPE_STANDALONE:
        name = "Standalone Application";.....

In the current one (GIT repo) there is no reference to IH_TYPE_STANDALONE in
file common/cmd_bootm.c. Should I look somewhere else?

Thanks,

Rodrigo
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to