Simon Glass | dc926ed | 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 { |
Bin Meng | 3a8beb7 | 2017-01-18 03:32:58 -0800 | [diff] [blame] | 13 | #ifdef CONFIG_SPL |
| 14 | u-boot-spl-with-ucode-ptr { |
| 15 | optional-ucode; |
| 16 | }; |
| 17 | #else |
Simon Glass | dc926ed | 2016-11-25 20:16:02 -0700 | [diff] [blame] | 18 | u-boot-with-ucode-ptr { |
| 19 | optional-ucode; |
| 20 | }; |
Bin Meng | 3a8beb7 | 2017-01-18 03:32:58 -0800 | [diff] [blame] | 21 | #endif |
Simon Glass | dc926ed | 2016-11-25 20:16:02 -0700 | [diff] [blame] | 22 | }; |
| 23 | }; |
| 24 | #endif |