cmd: fuse: Remove custom string functions
authorHarsha Vardhan V M <h-vm@ti.com>
Wed, 19 Mar 2025 08:47:10 +0000 (14:17 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 4 Apr 2025 18:25:02 +0000 (12:25 -0600)
commit005eeda378b4897577eb82b30e5c260014c5e727
tree5a1ab8a5d89e74bac2874dbbca3e50eb0d302f85
parentee82a5a0ed0c66005e6884d24f8013c8e62f5a0a
cmd: fuse: Remove custom string functions

Remove custom string functions and replace them with normal string
functions. Remove the custom strtou32 and replace it with
simple_strtoul.

Signed-off-by: Harsha Vardhan V M <h-vm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
cmd/fuse.c