d2014e2606
Changes from purism: - 2 second boot delay removed - This includes an updated DDR memory training firmware version. - patch to work around wifi device not being available on boot Package changes: - u-boot installed in location consistent with other pmaports/u-boot packages - update-u-boot script added for upgrading u-boot on the device - devkit u-boot split off into a sep. subpackage
9 lines
225 B
Bash
9 lines
225 B
Bash
#!/bin/sh
|
|
|
|
cat 1>&2 <<EOF
|
|
*
|
|
* A new version of u-boot was installed.
|
|
* For instructions on installing this update to your device, see:
|
|
* https://wiki.postmarketos.org/wiki/Purism_Librem5_(purism-librem5)#U-boot_Updates
|
|
*
|
|
EOF
|