diff options
author | Simon Glass | 2019-04-25 21:58:44 -0600 |
---|---|---|
committer | Bin Meng | 2019-05-08 13:02:10 +0800 |
commit | 11b7cc37f15ae0f27987da5a037e6603e068f20c (patch) | |
tree | 594f56dacf401a576b0aaa1e06619f6b99c563f8 /arch/x86/cpu | |
parent | 4a5fc6a069eda83d169a8fa20168a184f3c314c5 (diff) |
x86: Update a stale comment about ifdtool
We use binman to build the x86 image now. Update a comment which still
refers to ifdtool.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/cpu')
-rw-r--r-- | arch/x86/cpu/intel_common/car.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/cpu/intel_common/car.S b/arch/x86/cpu/intel_common/car.S index 52a77bb2d18..00308dbdef9 100644 --- a/arch/x86/cpu/intel_common/car.S +++ b/arch/x86/cpu/intel_common/car.S @@ -235,7 +235,7 @@ mtrr_table_end: .align 4 _dt_ucode_base_size: - /* These next two fields are filled in by ifdtool */ + /* These next two fields are filled in by binman */ .globl ucode_base ucode_base: /* Declared in microcode.h */ .long 0 /* microcode base */ |