summaryrefslogtreecommitdiff
path: root/arch/riscv/dts/ae350_32.dts
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2021-06-04 13:51:10 +0800
committerLeo Yu-Chi Liang <ycliang@andestech.com>2021-06-17 09:39:08 +0800
commit5c267e00332473aeffd34d92d2f75558890de5d3 (patch)
treec41920a4eb60f70849912c505dcde6edfc7d59fa /arch/riscv/dts/ae350_32.dts
parent2ff6b799a804add940b30e70a19f751a4aeff36b (diff)
riscv: ae350: dts: Remove the unnecessary space in bootargs
There are two spaces before "debug' in bootargs. Drop one. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Rick Chen <rick@andestech.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
Diffstat (limited to 'arch/riscv/dts/ae350_32.dts')
-rw-r--r--arch/riscv/dts/ae350_32.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/dts/ae350_32.dts b/arch/riscv/dts/ae350_32.dts
index ef110c54ae..b90351e87b 100644
--- a/arch/riscv/dts/ae350_32.dts
+++ b/arch/riscv/dts/ae350_32.dts
@@ -16,7 +16,7 @@
};
chosen {
- bootargs = "console=ttyS0,38400n8 debug loglevel=7";
+ bootargs = "console=ttyS0,38400n8 debug loglevel=7";
stdout-path = "uart0:38400n8";
};