Re: [PATCH] x86: Reduce size of samus image

2021-01-31 Thread Bin Meng
On Mon, Feb 1, 2021 at 2:18 PM Bin Meng wrote: > > On Mon, Feb 1, 2021 at 12:17 AM Simon Glass wrote: > > > > With the recent addition of ACPI generation, the image size has got beyond > > its current limit. > > > > Samus does not actually use this, nor x86 emulation for PCI ROMs, so > > disable

Re: [PATCH] x86: Reduce size of samus image

2021-01-31 Thread Bin Meng
On Mon, Feb 1, 2021 at 12:17 AM Simon Glass wrote: > > With the recent addition of ACPI generation, the image size has got beyond > its current limit. > > Samus does not actually use this, nor x86 emulation for PCI ROMs, so > disable both features. > > Signed-off-by: Simon Glass > --- > > config

[PATCH] x86: Reduce size of samus image

2021-01-31 Thread Simon Glass
With the recent addition of ACPI generation, the image size has got beyond its current limit. Samus does not actually use this, nor x86 emulation for PCI ROMs, so disable both features. Signed-off-by: Simon Glass --- configs/chromebook_samus_defconfig | 1 + include/configs/chromebook_samus.h