blob: 6b651a394f3062c200c086f7f029522a1efb78b6 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Simon Glassb215fbd2016-11-25 20:16:02 -07002/*
3 * Copyright (C) 2016 Google, Inc
4 * Written by Simon Glass <sjg@chromium.org>
Simon Glassb215fbd2016-11-25 20:16:02 -07005 */
6
7#include <u-boot.dtsi>
8
9#ifdef CONFIG_ROM_SIZE
10/ {
11 binman {
Bin Meng399de922017-01-18 03:32:58 -080012#ifdef CONFIG_SPL
13 u-boot-spl-with-ucode-ptr {
14 optional-ucode;
15 };
16#else
Simon Glassb215fbd2016-11-25 20:16:02 -070017 u-boot-with-ucode-ptr {
18 optional-ucode;
19 };
Bin Meng399de922017-01-18 03:32:58 -080020#endif
Simon Glassb215fbd2016-11-25 20:16:02 -070021 };
22};
23#endif