From de9ae42a0806451171c86bf11b96f30166f28be4 Mon Sep 17 00:00:00 2001 From: Michel-FK Date: Sun, 20 Oct 2019 16:49:52 +0200 Subject: [PATCH] modified boot.cmd t oremove duplicate console statement and quiet --- FunKey/board/funkey/boot.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FunKey/board/funkey/boot.cmd b/FunKey/board/funkey/boot.cmd index 57c8347..7fec8e9 100644 --- a/FunKey/board/funkey/boot.cmd +++ b/FunKey/board/funkey/boot.cmd @@ -1,4 +1,4 @@ -setenv bootargs console=ttyS0,115200 panic=5 console=tty0 rootwait fbcon=map:10 fbcon=font:VGA8x8 root=/dev/mmcblk0p2 earlyprintk rootfstype=ext4 rootflags=commit=120,data=writeback,barrier=0,journal_async_commit rw quiet +setenv bootargs console=ttyS0,115200 panic=5 rootwait fbcon=map:10 fbcon=font:VGA8x8 root=/dev/mmcblk0p2 earlyprintk rootfstype=ext4 rootflags=commit=120,data=writeback,barrier=0,journal_async_commit rw load mmc 0:1 0x41000000 uImage load mmc 0:1 0x41800000 sun8i-v3s-funkey.dtb bootm 0x41000000 - 0x41800000