blob: 04eb98547fc80e012cf5216c5b6e5368014f6056 [file] [log] [blame]
Bin Meng71568312016-12-25 20:52:45 -08001/*
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