11 lines
137 B
Plaintext
11 lines
137 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* U-Boot additions
|
||
|
*
|
||
|
* Copyright (c) 2019 Linaro Ltd.
|
||
|
*/
|
||
|
|
||
|
&dwmmc1 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|