xref: /rk3399_rockchip-uboot/arch/x86/dts/quark-u-boot.dtsi (revision 40d5534cff720d566cd52f532f26eea2bd86c1ae)
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
18