u-boot-brain/arch/x86/dts/quark-u-boot.dtsi

15 lines
209 B
Plaintext
Raw Normal View History

// 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