diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2022-02-25 14:09:20 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2022-05-18 13:32:06 +0300 |
commit | 2d2fd2ad80bafbd4b0c12fd466ed90a57abb7f61 (patch) | |
tree | 02062a8de40dd00c4e3c1bf502a992f2b45eb9d5 /target | |
parent | 5a128390872d9acb29173c12cc5ed38048b81907 (diff) | |
download | upstream-2d2fd2ad80bafbd4b0c12fd466ed90a57abb7f61.tar.gz upstream-2d2fd2ad80bafbd4b0c12fd466ed90a57abb7f61.tar.bz2 upstream-2d2fd2ad80bafbd4b0c12fd466ed90a57abb7f61.zip |
layerscape/armv8_64b: enable DEBUG_INFO_REDUCED
We currently enable DEBUG_INFO_REDUCED for all targets via the generic
kernel config. There is only one subtarget, layerscape/armv8_64b, that
overrides this setting. As there is no explanation for this in the
commit message that introduced this, and question to its author went
unanswered, let's simply drop this symbol from the subtarget config.
This way, we have consistency across the tree, and we do not have to
introduce a special case when moving this symbol to an OpenWrt kernel
config option.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/layerscape/armv8_64b/config-5.10 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/layerscape/armv8_64b/config-5.10 b/target/linux/layerscape/armv8_64b/config-5.10 index 03c85a5aef..f16ce7e025 100644 --- a/target/linux/layerscape/armv8_64b/config-5.10 +++ b/target/linux/layerscape/armv8_64b/config-5.10 @@ -196,7 +196,6 @@ CONFIG_CRYPTO_ZSTD=y CONFIG_DCACHE_WORD_ACCESS=y CONFIG_DEBUG_BUGVERBOSE=y CONFIG_DEBUG_INFO=y -# CONFIG_DEBUG_INFO_REDUCED is not set CONFIG_DEBUG_MEMORY_INIT=y CONFIG_DECOMPRESS_BZIP2=y CONFIG_DECOMPRESS_GZIP=y |