]> git.sur5r.net Git - u-boot/blob - arch/x86/dts/quark-u-boot.dtsi
x86: quark: Fix build error for quark-based boards
[u-boot] / arch / x86 / dts / quark-u-boot.dtsi
1 /*
2  * Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #include <u-boot.dtsi>
8
9 #ifdef CONFIG_ROM_SIZE
10 / {
11         binman {
12                 u-boot-with-ucode-ptr {
13                         optional-ucode;
14                 };
15         };
16 };
17 #endif