diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2018-06-14 06:56:07 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2018-06-14 06:56:07 +0000 |
commit | c19dc8ed9745602cc89c0f0c31220c71d7ac2063 (patch) | |
tree | bc6136fba2bcce7b41f777be56ad040e97f37efc /src/arm/orion5x-linkstation.dtsi | |
parent | 29087c4e73c74afd082d107f4cdd648f5c3169ec (diff) | |
download | src-test2-c19dc8ed9745602cc89c0f0c31220c71d7ac2063.tar.gz src-test2-c19dc8ed9745602cc89c0f0c31220c71d7ac2063.zip |
Notes
Diffstat (limited to 'src/arm/orion5x-linkstation.dtsi')
-rw-r--r-- | src/arm/orion5x-linkstation.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arm/orion5x-linkstation.dtsi b/src/arm/orion5x-linkstation.dtsi index e9991c83d7b7..ebd93df5d07a 100644 --- a/src/arm/orion5x-linkstation.dtsi +++ b/src/arm/orion5x-linkstation.dtsi @@ -48,7 +48,7 @@ / { chosen { bootargs = "console=ttyS0,115200n8 earlyprintk"; - linux,stdout-path = &uart0; + stdout-path = &uart0; }; soc { |