
10 Nov
2006
10 Nov
'06
4:55 p.m.
I have a couple of commands that have dashes in the middle, such as "set-feature" and the U_BOOT_CMD macro perceives these as parse errors.
I can compile by changing the "-" to an "_", but I wonder if there is a way to tell the U_BOOT_CMD macro when it expands ##name and #name that I wish it to perceive the command literally and include the dash.
Charles