Bin Meng | 7156831 | 2016-12-25 20:52:45 -0800 | [diff] [blame] | 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 |