blob: 7ebc30166d268a41516d15f01e9f62d9fd946c47 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Bin Meng71568312016-12-25 20:52:45 -08002/*
3 * Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
Bin Meng71568312016-12-25 20:52:45 -08004 */
5
6#include <u-boot.dtsi>
7
8#ifdef CONFIG_ROM_SIZE
9/ {
10 binman {
11 u-boot-with-ucode-ptr {
12 optional-ucode;
13 };
14 };
15};
16#endif