Simon Glass | b215fbd | 2016-11-25 20:16:02 -0700 | [diff] [blame] | 1 | /* |
2 | * Copyright (C) 2016 Google, Inc | ||||
3 | * Written by Simon Glass <sjg@chromium.org> | ||||
4 | * | ||||
5 | * SPDX-License-Identifier: GPL-2.0+ | ||||
6 | */ | ||||
7 | |||||
8 | #include <u-boot.dtsi> | ||||
9 | |||||
10 | #ifdef CONFIG_ROM_SIZE | ||||
11 | / { | ||||
12 | binman { | ||||
13 | u-boot-with-ucode-ptr { | ||||
14 | optional-ucode; | ||||
15 | }; | ||||
16 | }; | ||||
17 | }; | ||||
18 | #endif |