[U-Boot] fatload accepting wildcard in filename?

Hi,
I came across this page http://boundarydevices.com/upgradeU.php where the linked Xenon "upgrade package" contains a script that does
if fatload mmc 0 80008000 u-boot-xenon*.bin ; then ...
Their release is from a few years back (2008-06-11); the same fatload + wildcard construct doesn't work with 2011.03. I'm trying to find out how this was implemented, and if it was ever part of mainline or if it was a local hack. (I couldn't find it in the ml archives.)
Thanks, Orjan

Dear Orjan Friberg,
In message 4EB8E510.6090201@flatfrog.com you wrote:
I came across this page http://boundarydevices.com/upgradeU.php where the linked Xenon "upgrade package" contains a script that does
if fatload mmc 0 80008000 u-boot-xenon*.bin ; then ...
Their release is from a few years back (2008-06-11); the same fatload + wildcard construct doesn't work with 2011.03. I'm trying to find out how this was implemented, and if it was ever part of mainline or if it was a local hack. (I couldn't find it in the ml archives.)
This has never been supported in mainline code.
Best regards,
Wolfgang Denk

On 2011-11-08 09:49, Wolfgang Denk wrote:
Their release is from a few years back (2008-06-11); the same fatload + wildcard construct doesn't work with 2011.03. I'm trying to find out how this was implemented, and if it was ever part of mainline or if it was a local hack. (I couldn't find it in the ml archives.)
This has never been supported in mainline code.
Ok, thanks. I'm going to give it a shot and see if I can come up with something sensible.
participants (2)
-
Orjan Friberg
-
Wolfgang Denk