mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 14:54:17 +00:00
17 lines
223 B
Plaintext
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
|