[linux] 01/04: Update maximum kernel size for armel/kirkwood
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Fri Jan 1 12:39:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
ijc pushed a commit to branch master
in repository linux.
commit 51e6b5576e76b583d755038bd01ba87854961e56
Author: Martin Michlmayr <tbm at cyrius.com>
Date: Thu Dec 31 10:30:12 2015 -0800
Update maximum kernel size for armel/kirkwood
Since we're appending the DTB, we no longer have to consider the
machine ID.
---
debian/config/armel/defines | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/config/armel/defines b/debian/config/armel/defines
index 043a4b4..d14fbd6 100644
--- a/debian/config/armel/defines
+++ b/debian/config/armel/defines
@@ -24,9 +24,9 @@ hardware-long: Marvell Kirkwood based systems (SheevaPlug, QNAP TS-119/TS-219, e
[kirkwood_image]
recommends: u-boot-tools
-# SheevaPlug: 4194304 - 8 - 64 = 4194232
-# QNAP TS-119/TS-219: 2097152 - 8 - 64 = 2097080
-check-size: 2097080
+# SheevaPlug: 4194304 - 64 = 4194240
+# QNAP TS-119/TS-219: 2097152 - 64 = 2097088
+check-size: 2097088
check-size-with-dtb: true
breaks: flash-kernel (<< 3.37~)
configs:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list