Re: [PATCH v6 044/102] x86: fsp: Correct wrong header inlude in fsp_support.c

2019-12-07 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:49 PM Simon Glass wrote: > > This generic FSP file should include the generic FSP support header, not > the FSP1 version. Fix it. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v6: None > Changes in v5: None > Changes in v4: None > Changes

[PATCH v6 044/102] x86: fsp: Correct wrong header inlude in fsp_support.c

2019-12-06 Thread Simon Glass
This generic FSP file should include the generic FSP support header, not the FSP1 version. Fix it. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None arch/x86/lib/fsp/fsp_support.c | 2 +- 1