summarylogtreecommitdiffstats
path: root/boot.txt
diff options
context:
space:
mode:
authorJack Chen2021-04-24 14:59:54 +0800
committerJack Chen2021-04-24 14:59:54 +0800
commit94dc57e163f1aa4c00e1d8eab1eca511e50bc2be (patch)
tree7f5aa7b3726f78e539f5e9f9d8037752658977aa /boot.txt
parent1f6fc1d74dc1ababc27f0e4a94d9b14657ef5631 (diff)
downloadaur-94dc57e163f1aa4c00e1d8eab1eca511e50bc2be.tar.gz
update PKGBUILD
Diffstat (limited to 'boot.txt')
-rw-r--r--boot.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/boot.txt b/boot.txt
index 124687459606..e0852b0e6401 100644
--- a/boot.txt
+++ b/boot.txt
@@ -1,11 +1,8 @@
# After modifying, run ./mkscr
-setenv board tinkerboard
+setenv fdtfile rk3288-tinker.dtb
setenv bootargs earlyprintk root=/dev/%ROOTDEV% rw rootwait console=ttyS2,115200n8 console=tty1 panic=10 consoleblank=0 loglevel=3 quiet
-if test "${board}" = "tinkerboard"; then setenv fdtfile "rk3288-tinker.dtb"; fi
-if test "${board}" = "tinkerboard-s"; then setenv fdtfile "rk3288-tinker-s.dtb"; fi
-
if load ${devtype} ${devnum} ${kernel_addr_r} ${prefix}zImage; then
if load ${devtype} ${devnum} ${fdt_addr_r} ${prefix}dtbs/${fdtfile}; then
if load ${devtype} ${devnum} ${ramdisk_addr_r} ${prefix}Initrd; then