
8 Apr
2021
8 Apr
'21
4:59 a.m.
Hi Simon,
On Wed, Apr 7, 2021 at 12:33 PM Simon Glass sjg@chromium.org wrote:
All the x86 devicetree files are built at once, whichever board is actually being built. If coreboot is the target build, CONFIG_ROM_SIZE is not defined and samus cannot build Chromium OS verified boot. Add this condition to avoid errors about CONFIG_ROM_SIZE being missing.
The commit title should use "x86: chromebook" as the tags, since it's not x86 generic thing.
Signed-off-by: Simon Glass sjg@chromium.org
arch/x86/dts/chromebook_coral.dts | 2 +- arch/x86/dts/chromebook_samus.dts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Otherwise, Reviewed-by: Bin Meng bmeng.cn@gmail.com
Regards, Bin