Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Bin Meng | 7156831 | 2016-12-25 20:52:45 -0800 | [diff] [blame] | 2 | /* |
3 | * Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com> | ||||
Bin Meng | 7156831 | 2016-12-25 20:52:45 -0800 | [diff] [blame] | 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 |