From 7156831e07000d6f2b9cb862f9ca2602a3b592e3 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Sun, 25 Dec 2016 20:52:45 -0800 Subject: x86: quark: Fix build error for quark-based boards With the conversion to use binman to build x86 boards, Intel Galileo board does not build anymore due to missing ucode entry. In fact ucode is not needed for quark-based boards. Signed-off-by: Bin Meng Reviewed-by: Simon Glass diff --git a/arch/x86/dts/quark-u-boot.dtsi b/arch/x86/dts/quark-u-boot.dtsi new file mode 100644 index 0000000..04eb985 --- /dev/null +++ b/arch/x86/dts/quark-u-boot.dtsi @@ -0,0 +1,17 @@ +/* + * Copyright (C) 2016, Bin Meng + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#include + +#ifdef CONFIG_ROM_SIZE +/ { + binman { + u-boot-with-ucode-ptr { + optional-ucode; + }; + }; +}; +#endif -- cgit v0.10.2