Hi Simon, On Wed, Apr 7, 2021 at 12:33 PM Simon Glass <[email protected]> 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 <[email protected]> > --- > > 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 <[email protected]> Regards, Bin

