[armel] Disable CONFIG_STRICT_KERNEL_RWX

This will save about 3MB on linux Image (before compression).
u-boot loader on some armel devices has limitation that:
 - kernel image size <= 2MB (already described in
debian/config/armel/defines)
 - kernel size after decompression <= 7MB
This commit is contained in:
Roger Shimizu 2017-08-22 01:01:21 +09:00
parent 8e44fd873c
commit 68e022e33c
2 changed files with 5 additions and 0 deletions

4
debian/changelog vendored
View File

@ -23,6 +23,10 @@ linux (4.12.7-1) UNRELEASED; urgency=medium
* cpupower: Add/update definition of MSRHEADER macro for turbostat and
x86_energy_perf_policy (Closes: #872414)
[ Roger Shimizu ]
* [armel] Disable CONFIG_STRICT_KERNEL_RWX, which will save about 3MB
on linux Image (before compression).
-- Ben Hutchings <ben@decadent.org.uk> Mon, 14 Aug 2017 19:47:30 +0100
linux (4.12.6-1) unstable; urgency=medium

View File

@ -6,6 +6,7 @@
CONFIG_CC_STACKPROTECTOR_REGULAR=y
# CONFIG_CC_STACKPROTECTOR_STRONG is not set
## end choice
# CONFIG_STRICT_KERNEL_RWX is not set
##
## file: arch/arm/Kconfig