summaryrefslogtreecommitdiff
path: root/libre/uboot-am335x_bone/uboot-am335x_bone.install
diff options
context:
space:
mode:
Diffstat (limited to 'libre/uboot-am335x_bone/uboot-am335x_bone.install')
-rw-r--r--libre/uboot-am335x_bone/uboot-am335x_bone.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/libre/uboot-am335x_bone/uboot-am335x_bone.install b/libre/uboot-am335x_bone/uboot-am335x_bone.install
index 24ccc1acb..3a1a9daed 100644
--- a/libre/uboot-am335x_bone/uboot-am335x_bone.install
+++ b/libre/uboot-am335x_bone/uboot-am335x_bone.install
@@ -29,4 +29,8 @@ post_install() {
post_upgrade() {
flash_uboot
+ if (( $(vercmp $2 2017.07-1) < 0 )); then
+ echo ' >>> Note: uEnv.txt is no longer sourced. Make any customizations within /boot/boot.txt'
+ echo ' and run ./mkscr within /boot to convert it to the boot.scr file.'
+ fi
}