From: Bin Meng Date: Mon, 26 Dec 2016 04:52:45 +0000 (-0800) Subject: x86: quark: Fix build error for quark-based boards X-Git-Tag: v2017.01-rc3~37 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7156831e07000d6f2b9cb862f9ca2602a3b592e3;p=oweals%2Fu-boot.git 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 0000000000..04eb98547f --- /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