summaryrefslogtreecommitdiff
path: root/arch/x86/lib/fsp
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-04-26 06:58:44 +0300
committerBin Meng <bmeng.cn@gmail.com>2019-05-08 08:02:10 +0300
commit11b7cc37f15ae0f27987da5a037e6603e068f20c (patch)
tree594f56dacf401a576b0aaa1e06619f6b99c563f8 /arch/x86/lib/fsp
parent4a5fc6a069eda83d169a8fa20168a184f3c314c5 (diff)
downloadu-boot-11b7cc37f15ae0f27987da5a037e6603e068f20c.tar.xz
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/lib/fsp')
-rw-r--r--arch/x86/lib/fsp/fsp_car.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/fsp/fsp_car.S b/arch/x86/lib/fsp/fsp_car.S
index 48edc8362a..8c54cea3db 100644
--- a/arch/x86/lib/fsp/fsp_car.S
+++ b/arch/x86/lib/fsp/fsp_car.S
@@ -100,7 +100,7 @@ temp_ram_init_romstack:
.long temp_ram_init_params
temp_ram_init_params:
_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 */