[PATCH 06/22] x86: mtrr: Fix 'ensable' typo

Wolfgang Wallner wolfgang.wallner at br-automation.com
Wed Jun 10 15:26:02 CEST 2020


Hi Simon,

-----"Simon Glass" <sjg at chromium.org> schrieb: -----
> Betreff: [PATCH 06/22] x86: mtrr: Fix 'ensable' typo
> 
> Fix a typo in the command help.
> 
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
> 
>  cmd/x86/mtrr.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/cmd/x86/mtrr.c b/cmd/x86/mtrr.c
> index 084d7315f43..5d25c5802af 100644
> --- a/cmd/x86/mtrr.c
> +++ b/cmd/x86/mtrr.c
> @@ -135,5 +135,5 @@ U_BOOT_CMD(
>  	"set <reg> <type> <start> <size>   - set a register\n"
>  	"\t<type> is Uncacheable, Combine, Through, Protect, Back\n"
>  	"disable <reg>      - disable a register\n"
> -	"ensable <reg>      - enable a register"
> +	"enable <reg>       - enable a register"
>  );
> -- 
> 2.27.0.rc0.183.gde8f92d652-goog

Reviewed-by: Wolfgang Wallner <wolfgang.wallner at br-automation.com>



More information about the U-Boot mailing list