nt9856x/rtos/BSP/u-boot/arch/x86/dts/quark-u-boot.dtsi
2023-03-28 15:07:53 +08:00

17 lines
223 B
Plaintext

// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
*/
#include <u-boot.dtsi>
#ifdef CONFIG_ROM_SIZE
/ {
binman {
u-boot-with-ucode-ptr {
optional-ucode;
};
};
};
#endif