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