Tiny Rockchip related fixes. Fix boot priority on MiQi. Start from SD if insterted, otherwise boot from eMMC, go up with u-boot to 2017.11, 2018.03 hangs ...

This commit is contained in:
Igor Pecovnik
2018-05-30 11:46:32 +00:00
parent e83d5b54ac
commit a7b8386b02
6 changed files with 23 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
setenv rootdev "/dev/mmcblk0p1"
setenv fdt_file "rk3288-miqi.dtb"
setenv ramdisk_addr_r "0x21000000"
setenv console "ttyS2,115200n8"
setenv console "ttyS2,115200n8 console=tty1"
setenv verbosity "1"
itest.b ${devnum} == 0 && echo "U-boot loaded from SD"