1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2016 Google, Inc
4 * Written by Simon Glass <sjg@chromium.org>
5 */
6
7#include <u-boot.dtsi>
8
9#ifdef CONFIG_ROM_SIZE
10&rom {
11#ifdef CONFIG_SPL
12	u-boot-spl-with-ucode-ptr {
13		optional-ucode;
14	};
15#else
16	u-boot-with-ucode-ptr {
17		optional-ucode;
18	};
19#endif
20};
21#endif
22