mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
12 lines
175 B
Text
12 lines
175 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* Copyright (C) 2019 B&R Industrial Automation GmbH -
|
||
|
* https://www.br-automation.com/
|
||
|
*/
|
||
|
|
||
|
/ {
|
||
|
ocp {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
};
|