submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
15 lines
204 B
Plaintext
15 lines
204 B
Plaintext
/*
|
|
* Copyright 2016 Freescale Semiconductor
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "fsl-ls1012a-qds.dtsi"
|
|
|
|
/ {
|
|
chosen {
|
|
stdout-path = &duart0;
|
|
};
|
|
};
|