mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 12:36:03 +01:00
11 lines
174 B
Plaintext
11 lines
174 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com>
|
|
*/
|
|
|
|
#include "imx6qdl-icore-u-boot.dtsi"
|
|
|
|
&usdhc3 {
|
|
u-boot,dm-spl;
|
|
};
|