summarylogtreecommitdiffstats
path: root/uboot-tinkerboard.install
diff options
context:
space:
mode:
Diffstat (limited to 'uboot-tinkerboard.install')
-rw-r--r--uboot-tinkerboard.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/uboot-tinkerboard.install b/uboot-tinkerboard.install
index e1461f74d250..a87118f9f033 100644
--- a/uboot-tinkerboard.install
+++ b/uboot-tinkerboard.install
@@ -39,11 +39,12 @@ flash_uboot() {
## arg 1: the new package version
post_install() {
+ mkimage -A arm -O linux -T script -C none -n "U-Boot boot script" -d "/boot/boot.txt" "/boot/boot.scr"
flash_uboot
}
## arg 1: the new package version
## arg 2: the old package version
post_upgrade() {
- flash_uboot
+ post_install
}