1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3 * Copyright (C) 2016, Bin Meng <bmeng.cn (a] gmail.com>
4 */
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
17