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>master
parent
fdbae099bf
commit
8b67761437
@ -0,0 +1,16 @@ |
||||
/* |
||||
* 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; |
||||
}; |
||||
}; |
@ -1,12 +1,11 @@ |
||||
/* |
||||
* Freescale ls1021a TWR board device tree source |
||||
* Freescale ls1021a TWR board common device tree source |
||||
* |
||||
* Copyright 2013-2015 Freescale Semiconductor, Inc. |
||||
* |
||||
* SPDX-License-Identifier: GPL-2.0+ |
||||
*/ |
||||
|
||||
/dts-v1/; |
||||
#include "ls1021a.dtsi" |
||||
|
||||
/ { |
Loading…
Reference in new issue