RE: [U-Boot-Users] [PATCH] Add stricmp to lib_generic/string.c

Add the stricmp function to lib_generic/string.c for those
architectures
that do not have an optimized hardware version.
Why should we add this? There is no code in U-Boot that uses such a function.
Best regards,
Wolfgang Denk
An upcoming submission uses stricmp. I can wait and submit this addition at that time if you like.
Alan J. Luse Embedded Systems Engineer Time America, Inc. Suite 100, 8840 E. Chaparral Road, Scottsdale, Arizona 85250 Voice: (480) 296-0408 Fax: (480) 296-0444

In message 5642B638DBEF6A4DBF9E9BC68144866D0276A59D@tamail1.timeamerica.com you wrote:
Why should we add this? There is no code in U-Boot that uses such a function.
An upcoming submission uses stricmp. I can wait and submit this addition at that time if you like.
Try to avoid stricmp(). I will tend to reject it because it adds code size for very little benefit.
Best regards,
Wolfgang Denk
participants (2)
-
Alan J. Luse
-
Wolfgang Denk