Browse Source

banana-pro: allow hdmi kernel messages, wait for root device

Waldemar Brodkorb 7 years ago
parent
commit
42f221874b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/u-boot/files/boot.script.bpi

+ 1 - 1
package/u-boot/files/boot.script.bpi

@@ -1,4 +1,4 @@
-setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p1
+setenv bootargs console=tty0 console=ttyS0,115200 root=/dev/mmcblk0p1 rootwait
 ext4load mmc 0:1 0x42000000 boot/${fdtfile}
 ext4load mmc 0:1 0x48000000 boot/kernel
 bootm 0x48000000 - 0x42000000