8b67761437
Move /chosen node out of the board device tree. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
17 lines
238 B
Plaintext
17 lines
238 B
Plaintext
/*
|
|
* Freescale ls1021a TWR board device tree source
|
|
*
|
|
* Copyright 2013-2015 Freescale Semiconductor, Inc.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "ls1021a-twr.dtsi"
|
|
|
|
/ {
|
|
chosen {
|
|
stdout-path = &uart0;
|
|
};
|
|
};
|