[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 a129c1c207
commit d0704122dd
2 changed files with 5 additions and 0 deletions

4
debian/changelog vendored
View File

@ -5,6 +5,10 @@ linux (4.13~rc6-1~exp1) UNRELEASED; urgency=medium
[ Ben Hutchings ]
* [sh4] Do not use hyphen in exported variable names (fixes FTBFS)
[ Roger Shimizu ]
* [armel] Disable CONFIG_STRICT_KERNEL_RWX, which will save about 3MB
on linux Image (before compression).
-- Ben Hutchings <ben@decadent.org.uk> Sat, 19 Aug 2017 22:37:38 +0100
linux (4.13~rc5-1~exp1) experimental; 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