x86: mtrr: Fix 'ensable' typo
Fix a typo in the command help. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
a6c9fd4da0
commit
36c184bd0a
@ -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"
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user