Re: [PATCH v4 09/20] x86: coreboot: Align options between coreboot and coreboot64

2023-09-19 Thread Bin Meng
On Thu, Aug 24, 2023 at 5:11 AM Simon Glass wrote: > > These two builds are similar but have some different options for not good > reason. Line them up to be as similar as possible. > > Signed-off-by: Simon Glass > --- > > (no changes since v2) > > Changes in v2: > - Update the malloc size too >

[PATCH v4 09/20] x86: coreboot: Align options between coreboot and coreboot64

2023-08-23 Thread Simon Glass
These two builds are similar but have some different options for not good reason. Line them up to be as similar as possible. Signed-off-by: Simon Glass --- (no changes since v2) Changes in v2: - Update the malloc size too configs/coreboot64_defconfig | 7 +++ configs/coreboot_defconfig