1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
4 */
5
6#include <u-boot.dtsi>
7
8#ifdef CONFIG_ROM_SIZE
9&rom {
10	u-boot-with-ucode-ptr {
11		optional-ucode;
12	};
13};
14#endif
15