diff --git a/u-boot-config b/u-boot-config index 7469704c02a127ea2272650549d1bceb89dda31c..7f36e7cf76a5690f0b90536fe3ff9bb871dd8acc 100644 --- a/u-boot-config +++ b/u-boot-config @@ -402,7 +402,7 @@ CONFIG_BOOTDELAY=2 # # CONFIG_IMAGE_PRE_LOAD is not set CONFIG_USE_BOOTARGS=y -CONFIG_BOOTARGS="console=tty1 ro no_console_suspend cma=512M@3G console=ttyS0,115200 iommu.passthrough=1 arm-smmu.disable_bypass=0" +CONFIG_BOOTARGS="ro no_console_suspend cma=512M@3G console=ttyS0,115200 iommu.passthrough=1 arm-smmu.disable_bypass=0 console=tty1" # CONFIG_BOOTARGS_SUBST is not set CONFIG_USE_BOOTCOMMAND=y CONFIG_BOOTCOMMAND="run distro_bootcmd"