diff options
| author | Bin Meng <[email protected]> | 2021-06-04 13:51:10 +0800 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2021-06-17 09:39:08 +0800 |
| commit | 5c267e00332473aeffd34d92d2f75558890de5d3 (patch) | |
| tree | c41920a4eb60f70849912c505dcde6edfc7d59fa | |
| parent | 2ff6b799a804add940b30e70a19f751a4aeff36b (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 <[email protected]>
Reviewed-by: Rick Chen <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
| -rw-r--r-- | arch/riscv/dts/ae350_32.dts | 2 | ||||
| -rw-r--r-- | arch/riscv/dts/ae350_64.dts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/riscv/dts/ae350_32.dts b/arch/riscv/dts/ae350_32.dts index ef110c54aec..b90351e87bc 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"; }; diff --git a/arch/riscv/dts/ae350_64.dts b/arch/riscv/dts/ae350_64.dts index 6abf42e904d..27ac21c716f 100644 --- a/arch/riscv/dts/ae350_64.dts +++ b/arch/riscv/dts/ae350_64.dts @@ -16,7 +16,7 @@ }; chosen { - bootargs = "console=ttyS0,38400n8 debug loglevel=7"; + bootargs = "console=ttyS0,38400n8 debug loglevel=7"; stdout-path = "uart0:38400n8"; }; |
