summaryrefslogtreecommitdiff
path: root/libre/uboot-am335x_bone/uboot-am335x_bone.install
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-03-20 15:05:57 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-03-20 15:05:57 +0100
commitbb465742c679d4775c512255e05cf7ba726ba94b (patch)
treec80ed07731dbc23de5aed2842352db2675ce3a13 /libre/uboot-am335x_bone/uboot-am335x_bone.install
parent017c6b9a87283416d0169d345335950e25d71694 (diff)
downloadabslibre-bb465742c679d4775c512255e05cf7ba726ba94b.tar.gz
abslibre-bb465742c679d4775c512255e05cf7ba726ba94b.tar.bz2
abslibre-bb465742c679d4775c512255e05cf7ba726ba94b.zip
libre/uboot-am335x_bone: updated to 2017.07
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
}