]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
x86: Update a stale comment about ifdtool
authorSimon Glass <sjg@chromium.org>
Fri, 26 Apr 2019 03:58:44 +0000 (21:58 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 8 May 2019 05:02:10 +0000 (13:02 +0800)
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>
arch/x86/cpu/intel_common/car.S
arch/x86/lib/fsp/fsp_car.S

index 52a77bb2d18819cd705b9a28b8a0d944a3c1dd75..00308dbdef9bc62333e3094d86d2bb21f85020f9 100644 (file)
@@ -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 */
index 48edc8362a7edde632a33abfb1f3520978192e8f..8c54cea3db44fd052ffc7337c489815b2aca4bfb 100644 (file)
@@ -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 */