diff options
Diffstat (limited to 'uboot.txt')
-rw-r--r-- | uboot.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ bootdelay=0 # kernel arguments -bootargs=console=ttyS0,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait +bootargs=console=ttyS0,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 init=/sbin/init rootwait # boot command (three commands separated by semicolons): # 1. load zImage format kernel at address 0x80008000 |