mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
11 lines
137 B
Text
11 lines
137 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* U-Boot additions
|
||
|
*
|
||
|
* Copyright (c) 2019 Linaro Ltd.
|
||
|
*/
|
||
|
|
||
|
&dwmmc1 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|