[PATCH v2 2/3] Use standard C string APIs in FDT helper

Anup Patel Anup.Patel at wdc.com
Wed Jul 29 03:06:35 EDT 2020



> -----Original Message-----
> From: Abner Chang <abner.chang at hpe.com>
> Sent: 25 July 2020 15:01
> To: opensbi at lists.infradead.org
> Cc: abner.chang at hpe.com; Atish Patra <Atish.Patra at wdc.com>; Anup Patel
> <Anup.Patel at wdc.com>; Daniel Schaefer <daniel.schaefer at hpe.com>
> Subject: [PATCH v2 2/3] Use standard C string APIs in FDT helper
> 
> Use strncmp instead of using sbi_strcmp directly in fdthelp.c.
> - This commit add a macro to replace strncmp with sbi_strncmp.
> 
> Signed-off-by: Abner Chang <abner.chang at hpe.com>
> Reviewed-by: Atish Patra <atish.patra at wdc.com>
> Reviewed-by: Anup Patel <anup.patel at wdc.com>
> 
> Cc: Atish Patra <atish.patra at wdc.com>
> Cc: Anup Patel <anup.patel at wdc.com>
> Cc: Daniel Schaefer <daniel.schaefer at hpe.com>
> ---
>  lib/utils/libfdt/libfdt_env.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/lib/utils/libfdt/libfdt_env.h b/lib/utils/libfdt/libfdt_env.h index
> 7fcfe01..bc3e758 100644
> --- a/lib/utils/libfdt/libfdt_env.h
> +++ b/lib/utils/libfdt/libfdt_env.h
> @@ -32,6 +32,7 @@
>  #define strrchr		sbi_strrchr
>  #define strcpy		sbi_strcpy
>  #define strcmp		sbi_strcmp
> +#define strncmp		sbi_strncmp
>  #define strlen		sbi_strlen
>  #define strnlen		sbi_strnlen
> 
> --
> 2.25.0

Fixed patch subject at time of applying patch.

Applied this patch to the riscv/opensbi repo.

Thanks,
Anup




More information about the opensbi mailing list