Revert "odroidxu4: refuses to boot sometimes with loglevel=1"

This reverts commit eb9f226f790ef1371dd9401a76c54e5d6a8a9f5d.
This commit is contained in:
Calin Crisan 2018-11-29 22:31:54 +02:00
parent 1911c500c0
commit 999d64b7bf

View File

@ -2,6 +2,6 @@ ODROIDXU-UBOOT-CONFIG
setenv fdt_high "0xffffffff"
setenv bootcmd "fatload mmc 0:1 0x40008000 zImage; fatload mmc 0:1 0x42000000 uInitrd; fatload mmc 0:1 0x44000000 exynos5422-odroidxu4.dtb; bootz 0x40008000 - 0x44000000"
setenv bootargs "console=ttySAC2,115200 root=/dev/mmcblk1p2 rootwait ro no_console_suspend panic=10 quiet ipv6.disable=1"
setenv bootargs "console=tty1 root=/dev/mmcblk1p2 rootwait ro no_console_suspend panic=10 quiet loglevel=1 ipv6.disable=1"
boot