blob: 60ffffcc0e7985bec4a10af6487cd2d1ce6ec48b [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Bin Meng71568312016-12-25 20:52:45 -08002/*
3 * Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
Bin Meng71568312016-12-25 20:52:45 -08004 */
5
6#include <u-boot.dtsi>
7
8#ifdef CONFIG_ROM_SIZE
Simon Glass2463f162020-09-06 10:35:31 -06009&rom {
10 u-boot-with-ucode-ptr {
11 optional-ucode;
Bin Meng71568312016-12-25 20:52:45 -080012 };
13};
14#endif