summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2017-11-16 17:54:47 -0400
committerJoey Hess2017-11-16 17:54:47 -0400
commitcff178de9c0d229574ab884fcca08a41f434e119 (patch)
tree6208a18ba662ea907eb51db6196ff54c0577b543 /debian
parent19feb8451b75ae669b45add9e9d9851a542fd981 (diff)
Uboot: New module.
Installing u-boot to the boot sector is not needed by some boards (my CubieTruck boots without it), but may be by others. Tricky part was making u-boot be written to a disk image when building one. This commit was sponsored by Jake Vosloo on Patreon.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d6be2ca7..894c906f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ propellor (4.9.1) UNRELEASED; urgency=medium
* Qemu: New module.
* FlashKernel: New module, can be used to create disk images for ARM
boards using flash-kernel.
+ * Uboot: New module.
* Machine: New module, machine-specific properties for ARM boards are
being collected here.