diff options
author | Petr Štetiar <ynezz@true.cz> | 2019-11-18 15:40:08 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-11-24 14:19:43 +0100 |
commit | 3bbcffa0b61f66dbf20d62ee1f1833897c2e26ee (patch) | |
tree | ba04aaca5b0bdb2bb5779c2041f025342be2a040 /target/linux/mxs | |
parent | 74acc160a959b50776b9012dc9122734c8a110da (diff) | |
download | upstream-3bbcffa0b61f66dbf20d62ee1f1833897c2e26ee.tar.gz upstream-3bbcffa0b61f66dbf20d62ee1f1833897c2e26ee.tar.bz2 upstream-3bbcffa0b61f66dbf20d62ee1f1833897c2e26ee.zip |
treewide: kernel config: remove runtime options
Remove CC_HAS_ASM_GOTO, CC_IS_GCC and GCC_VERSION kernel config options
which are set at runtime and which should be ignored now.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/mxs')
-rw-r--r-- | target/linux/mxs/config-4.19 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/mxs/config-4.19 b/target/linux/mxs/config-4.19 index 4daf49f809..a5c3c578c3 100644 --- a/target/linux/mxs/config-4.19 +++ b/target/linux/mxs/config-4.19 @@ -44,7 +44,6 @@ CONFIG_ARM_PATCH_PHYS_VIRT=y CONFIG_ARM_THUMB=y CONFIG_ATAGS=y CONFIG_AUTO_ZRELADDR=y -CONFIG_CC_HAS_ASM_GOTO=y CONFIG_CLKDEV_LOOKUP=y CONFIG_CLKSRC_MMIO=y CONFIG_CLONE_BACKWARDS=y @@ -100,7 +99,6 @@ CONFIG_FIX_EARLYCON_MEM=y CONFIG_FRAME_POINTER=y CONFIG_FS_IOMAP=y CONFIG_FS_MBCACHE=y -CONFIG_GCC_VERSION=80300 CONFIG_GENERIC_ALLOCATOR=y CONFIG_GENERIC_ATOMIC64=y CONFIG_GENERIC_BUG=y |