]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
riscv: ae350: dts: Remove the unnecessary space in bootargs
authorBin Meng <bmeng.cn@gmail.com>
Fri, 4 Jun 2021 05:51:10 +0000 (13:51 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Thu, 17 Jun 2021 01:39:08 +0000 (09:39 +0800)
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>
arch/riscv/dts/ae350_32.dts
arch/riscv/dts/ae350_64.dts

index ef110c54aec7db0954bb22d4d9d1a5bd4a293d58..b90351e87bc8d42ebdcb9a621834dc32a96538a3 100644 (file)
@@ -16,7 +16,7 @@
        };
 
        chosen {
-               bootargs = "console=ttyS0,38400n8  debug loglevel=7";
+               bootargs = "console=ttyS0,38400n8 debug loglevel=7";
                stdout-path = "uart0:38400n8";
        };
 
index 6abf42e904da8a9558ed876a43c1013796620cc9..27ac21c716f8276ba3930dfd53baff028c3acb18 100644 (file)
@@ -16,7 +16,7 @@
        };
 
        chosen {
-               bootargs = "console=ttyS0,38400n8  debug loglevel=7";
+               bootargs = "console=ttyS0,38400n8 debug loglevel=7";
                stdout-path = "uart0:38400n8";
        };